X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Finlineattachmentlist.php;h=410b3b838d6c7e6449c41fc3ceedb8823ed683a7;hb=60e7dc1e39d4dab5bb46d3b364ab9aec74819323;hp=d760400487605ddc92f42fccac005e61b3d9b0b4;hpb=cffd1ad796ada77373414e6bf964413c44249bbf;p=quix0rs-gnu-social.git diff --git a/lib/inlineattachmentlist.php b/lib/inlineattachmentlist.php index d760400487..410b3b838d 100644 --- a/lib/inlineattachmentlist.php +++ b/lib/inlineattachmentlist.php @@ -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(); }