X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Finlineattachmentlist.php;h=3eed70a3165e1690026bb5c55c31fdc3a97c3c2d;hb=1ae5ea8f4cf40113a14a183b754101177f99ba32;hp=d760400487605ddc92f42fccac005e61b3d9b0b4;hpb=63b61ea2d1dfdfe0763e653965c73e37bde5de82;p=quix0rs-gnu-social.git diff --git a/lib/inlineattachmentlist.php b/lib/inlineattachmentlist.php index d760400487..3eed70a316 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(); } @@ -55,7 +55,6 @@ class InlineAttachmentList extends AttachmentList class InlineAttachmentListItem extends AttachmentListItem { function showLink() { - $this->out->element('a', $this->linkAttr(), $this->title()); $this->showRepresentation(); }