]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/inlineattachmentlist.php
Make it easier to hide attachments list header
[quix0rs-gnu-social.git] / lib / inlineattachmentlist.php
index 9016daf3f19845ef4289e1b48b36fe628fdc2e83..410b3b838d6c7e6449c41fc3ceedb8823ed683a7 100644 (file)
@@ -35,7 +35,7 @@ class InlineAttachmentList extends AttachmentList
 {
     function showListStart()
     {
-        $this->out->element('h3', null, _('Attachments'));
+        $this->out->element('h3', 'attachments-title', _('Attachments'));
         parent::showListStart();
     }