]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Make it easier to hide attachments list header
authorMikael Nordfeldth <mmn@hethane.se>
Wed, 22 Apr 2015 20:13:55 +0000 (22:13 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Wed, 22 Apr 2015 20:13:55 +0000 (22:13 +0200)
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();
     }