diff options
author | Sarven Capadisli <csarven@status.net> | 2010-03-18 00:19:32 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-03-18 00:19:32 +0100 |
commit | d8a533274fa6354072a2acb66bd1574ecaec2c02 (patch) | |
tree | 70a451c3d72e23ed2356b44fb76c4cee4b400556 /lib | |
parent | dc71833ce6fcedb4eafe22fccaa0b5302bde6e7f (diff) |
Updated 'more' anchor for attachments to do an XHR GET
Diffstat (limited to 'lib')
-rw-r--r-- | lib/attachmentlist.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/attachmentlist.php b/lib/attachmentlist.php index 22ae8ba07..13dafd13e 100644 --- a/lib/attachmentlist.php +++ b/lib/attachmentlist.php @@ -368,9 +368,7 @@ class Attachment extends AttachmentListItem { $body = $this->scrubHtmlFile($attachment); if ($body) { - $this->out->elementStart('div', array('class' => 'inline-attachment')); $this->out->raw($body); - $this->out->elementEnd('div'); } } |