From: Robin Millette Date: Mon, 1 Jun 2009 19:40:39 +0000 (+0000) Subject: Fixed small bug for attachment layout (css/js). X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4bd195b80f1bf9f7da11ed8cc14a0027228f733e;p=quix0rs-gnu-social.git Fixed small bug for attachment layout (css/js). --- diff --git a/lib/attachmentlist.php b/lib/attachmentlist.php index 45e4fa3196..898be1bb00 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' =>'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'));