Fix tag nesting bug on group page

This commit is contained in:
Brion Vibber 2011-03-16 10:58:18 -07:00
parent 5e40450efd
commit 5ec018ca19
1 changed files with 1 additions and 1 deletions

View 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)));