diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-06-01 17:40:53 -0400 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-06-01 17:40:53 -0400 |
commit | fe38827a76520e4a910f9e988b11d0914872d44e (patch) | |
tree | 30028f6a3e343576cdef10417986a6c73db24227 /lib/attachmentlist.php | |
parent | 0cbd72e0927cbe9b605e34d7bbd86d2046ea0c49 (diff) |
Remove js that crept back in, added another error string.
Diffstat (limited to 'lib/attachmentlist.php')
-rw-r--r-- | lib/attachmentlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/attachmentlist.php b/lib/attachmentlist.php index 898be1bb0..45e4fa319 100644 --- a/lib/attachmentlist.php +++ b/lib/attachmentlist.php @@ -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' =>'attachment')); + $this->out->elementStart('dl', array('id' =>'attachments')); $this->out->element('dt', null, _('Attachments')); $this->out->elementStart('dd'); $this->out->elementStart('ol', array('class' => 'attachments')); |