]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
showSiteNotice() was missing closing dl tag
authorsarven <csarven@plantard.controlezvous.ca>
Thu, 15 Jan 2009 20:10:20 +0000 (20:10 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Thu, 15 Jan 2009 20:10:20 +0000 (20:10 +0000)
lib/action.php

index 9ba9f36fc07105c0aa3abf240a60442e988b6c21..5f6c600b1311f5aee88d85e7abdc8f3d588cdeda 100644 (file)
@@ -271,6 +271,7 @@ class Action extends HTMLOutputter // lawsuit
         $this->elementStart('dd', null);
         // Output a bunch of paragraphs here
         $this->elementEnd('dd');
+        $this->elementEnd('dl');
     }
 
     // MAY overload if no notice form needed... or direct message box????