]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/inlineattachmentlist.php
Merge branch 'nightly' of git.gnu.io:Quix0r/gnu-social into nightly
[quix0rs-gnu-social.git] / lib / inlineattachmentlist.php
index a8f383c3fe80b2a5e0191d4e57238dc14abfd545..3eed70a3165e1690026bb5c55c31fdc3a97c3c2d 100644 (file)
@@ -35,6 +35,7 @@ class InlineAttachmentList extends AttachmentList
 {
     function showListStart()
     {
+        $this->out->element('h3', 'attachments-title', _('Attachments'));
         parent::showListStart();
     }