From: Brion Vibber Date: Wed, 16 Mar 2011 17:58:18 +0000 (-0700) Subject: Fix tag nesting bug on group page X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5ec018ca19407e34ecd8ba9909731503b1aee51c;p=quix0rs-gnu-social.git Fix tag nesting bug on group page --- diff --git a/actions/showgroup.php b/actions/showgroup.php index b198352cb0..aa1f620880 100644 --- a/actions/showgroup.php +++ b/actions/showgroup.php @@ -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)));