X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Finlineattachmentlist.php;h=8b055a9cfc3244e737c4f2dbbbcf768b3d1b2fdf;hb=586fb5a5175d7a10f5f78dd026434e48202e5451;hp=40ec114ad82eb024862d5acf08f13dd5c8161521;hpb=5a2d7601770a13f8cdb31285f271397ecf675be1;p=quix0rs-gnu-social.git diff --git a/lib/inlineattachmentlist.php b/lib/inlineattachmentlist.php index 40ec114ad8..8b055a9cfc 100644 --- a/lib/inlineattachmentlist.php +++ b/lib/inlineattachmentlist.php @@ -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(); }