Fixed small bug for attachment layout (css/js).

This commit is contained in:
Robin Millette 2009-06-01 19:40:39 +00:00
parent a39fa0ce2b
commit 4bd195b80f
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class AttachmentList extends Widget
$atts = new File;
$att = $atts->getAttachments($this->notice->id);
if (empty($att)) return 0;
$this->out->elementStart('dl', array('id' =>'attachments'));
$this->out->elementStart('dl', array('id' =>'attachment'));
$this->out->element('dt', null, _('Attachments'));
$this->out->elementStart('dd');
$this->out->elementStart('ol', array('class' => 'attachments'));