]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/inlineattachmentlist.php
Merge branch 'master' into social-master
[quix0rs-gnu-social.git] / lib / inlineattachmentlist.php
index d760400487605ddc92f42fccac005e61b3d9b0b4..9016daf3f19845ef4289e1b48b36fe628fdc2e83 100644 (file)
@@ -35,7 +35,7 @@ class InlineAttachmentList extends AttachmentList
 {
     function showListStart()
     {
-        $this->out->element('h2', null, _('Attachments'));
+        $this->out->element('h3', null, _('Attachments'));
         parent::showListStart();
     }