]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/inlineattachmentlist.php
floating elements CSS fix by aroque
[quix0rs-gnu-social.git] / lib / inlineattachmentlist.php
index d760400487605ddc92f42fccac005e61b3d9b0b4..410b3b838d6c7e6449c41fc3ceedb8823ed683a7 100644 (file)
@@ -35,7 +35,7 @@ class InlineAttachmentList extends AttachmentList
 {
     function showListStart()
     {
-        $this->out->element('h2', null, _('Attachments'));
+        $this->out->element('h3', 'attachments-title', _('Attachments'));
         parent::showListStart();
     }