summaryrefslogtreecommitdiff
path: root/lib/attachmentlist.php
diff options
context:
space:
mode:
authorRobin Millette <millette@controlyourself.ca>2009-06-01 17:40:53 -0400
committerRobin Millette <millette@controlyourself.ca>2009-06-01 17:40:53 -0400
commitfe38827a76520e4a910f9e988b11d0914872d44e (patch)
tree30028f6a3e343576cdef10417986a6c73db24227 /lib/attachmentlist.php
parent0cbd72e0927cbe9b605e34d7bbd86d2046ea0c49 (diff)
Remove js that crept back in, added another error string.
Diffstat (limited to 'lib/attachmentlist.php')
-rw-r--r--lib/attachmentlist.php2
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'));