]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Missing end dl tag for showPageNotice()
authorsarven <csarven@plantard.controlezvous.ca>
Thu, 15 Jan 2009 20:20:03 +0000 (20:20 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Thu, 15 Jan 2009 20:20:03 +0000 (20:20 +0000)
lib/action.php

index 4b9db465257f9addc4edce9540c9658e491ca19c..4d2aa02e2c33d1500739cd37e9aec0d689d541ac 100644 (file)
@@ -321,6 +321,7 @@ class Action extends HTMLOutputter // lawsuit
         $this->elementStart('dd', null);
         // Output a bunch of paragraphs here
         $this->elementEnd('dd');
+        $this->elementEnd('dl');
     }
 
     // MUST overload