X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Finlineattachmentlist.php;h=a8f383c3fe80b2a5e0191d4e57238dc14abfd545;hb=e8d1bb25469fe1ef0cbcb32c3022010997aca4b0;hp=d760400487605ddc92f42fccac005e61b3d9b0b4;hpb=56b07d84c53a03eacecc7794ddea127677f6a8e5;p=quix0rs-gnu-social.git diff --git a/lib/inlineattachmentlist.php b/lib/inlineattachmentlist.php index d760400487..a8f383c3fe 100644 --- a/lib/inlineattachmentlist.php +++ b/lib/inlineattachmentlist.php @@ -35,7 +35,6 @@ class InlineAttachmentList extends AttachmentList { function showListStart() { - $this->out->element('h2', null, _('Attachments')); parent::showListStart(); } @@ -55,7 +54,6 @@ class InlineAttachmentList extends AttachmentList class InlineAttachmentListItem extends AttachmentListItem { function showLink() { - $this->out->element('a', $this->linkAttr(), $this->title()); $this->showRepresentation(); }