X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fattachment.php;h=16ee723d96bb35c000008b64f0d8ee13a19cc786;hb=b4e649fe906a793cd5e62d6390065ea5d41c40db;hp=c51c7512005329993709bbc5251227ed3ae062f6;hpb=b5ac6e31f2f148164860aeabec6899b75d7292ec;p=quix0rs-gnu-social.git diff --git a/actions/attachment.php b/actions/attachment.php index c51c751200..16ee723d96 100644 --- a/actions/attachment.php +++ b/actions/attachment.php @@ -176,10 +176,8 @@ class AttachmentAction extends Action function showContent() { - $this->elementStart('ul', array('class' => 'attachments')); $ali = new Attachment($this->attachment, $this); $cnt = $ali->show(); - $this->elementEnd('ul'); } /**