]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fixed small bug for attachment layout (css/js).
authorRobin Millette <millette@plantard.controlezvous.ca>
Mon, 1 Jun 2009 19:40:39 +0000 (19:40 +0000)
committerRobin Millette <millette@plantard.controlezvous.ca>
Mon, 1 Jun 2009 19:40:39 +0000 (19:40 +0000)
lib/attachmentlist.php

index 45e4fa319687761ee9dc31d3b617b7cfc18a2e5e..898be1bb008b3fbf9a655791d3323d559d0124ea 100644 (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'));