]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/attachmentlist.php
Updated 'more' anchor for attachments to do an XHR GET
[quix0rs-gnu-social.git] / lib / attachmentlist.php
index 22ae8ba07af1abd14171d43bc769e718296ce66c..13dafd13e4818e2102f366efa9e0c73e7adf54d4 100644 (file)
@@ -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');
         }
     }