]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix tag nesting bug on group page
authorBrion Vibber <brion@pobox.com>
Wed, 16 Mar 2011 17:58:18 +0000 (10:58 -0700)
committerBrion Vibber <brion@pobox.com>
Wed, 16 Mar 2011 17:58:18 +0000 (10:58 -0700)
actions/showgroup.php

index b198352cb0cc5225402bdc4d29ff0248fae4de7b..aa1f620880e0c9ccf6594ef2d7d643b30dda1b1b 100644 (file)
@@ -323,7 +323,7 @@ class ShowgroupAction extends GroupDesignAction
         // TRANS: Header for group statistics on a group page (h2).
         $this->element('h2', null, _('Statistics'));
 
-        $this->elementEnd('dl');
+        $this->elementStart('dl');
         $this->element('dt', null, _m('LABEL','Created'));
         $this->element('dd', 'entity_created', date('j M Y',
                                                  strtotime($this->group->created)));