]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/inlineattachmentlist.php
Faster NodeInfo stats
[quix0rs-gnu-social.git] / lib / inlineattachmentlist.php
index 40ec114ad82eb024862d5acf08f13dd5c8161521..8b055a9cfc3244e737c4f2dbbbcf768b3d1b2fdf 100644 (file)
@@ -33,7 +33,7 @@ class InlineAttachmentList extends AttachmentList
 {
     function showListStart()
     {
-        $this->out->element('h3', 'attachments-title', _('Attachments'));
+        $this->out->element('h4', 'attachments-title', _('Attachments'));
         parent::showListStart();
     }