]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Minor
authorsarven <csarven@plantard.controlezvous.ca>
Thu, 15 Jan 2009 21:23:41 +0000 (21:23 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Thu, 15 Jan 2009 21:23:41 +0000 (21:23 +0000)
lib/publicgroupnav.php

index ee087d8a861835847d43dbf4caa146123d48175e..458614338e6a99fe5e2706bb90b09858febb13db 100644 (file)
@@ -98,6 +98,6 @@ class PublicGroupNav extends Widget
 
         $this->action->elementEnd('ul');
         $this->action->elementEnd('dd');
-        $this->action->elementEnd('dl')
+        $this->action->elementEnd('dl');
     }
 }