From: Sarven Capadisli Date: Thu, 25 Jun 2009 00:49:54 +0000 (+0000) Subject: Separated attachment view components X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=835799ff169387e5b686b2740020dc0e49154bb2;p=quix0rs-gnu-social.git Separated attachment view components --- diff --git a/lib/attachmentlist.php b/lib/attachmentlist.php index 60f9a27c0a..b5513ade7d 100644 --- a/lib/attachmentlist.php +++ b/lib/attachmentlist.php @@ -250,6 +250,9 @@ class Attachment extends AttachmentListItem $this->out->elementStart('a', $this->linkAttr()); $this->out->element('span', null, $this->linkTitle()); $this->out->elementEnd('a'); + $this->out->elementEnd('div'); + + $this->out->elementStart('div', 'entry-content'); $this->showRepresentation(); $this->out->elementEnd('div');