diff --git a/lib/attachmentlistitem.php b/lib/attachmentlistitem.php index 291cf685d1..e6163ecc92 100644 --- a/lib/attachmentlistitem.php +++ b/lib/attachmentlistitem.php @@ -171,6 +171,7 @@ class AttachmentListItem extends Widget switch ($this->attachment->mimetype) { case 'text/plain': $this->element('div', ['class'=>'e-content plaintext'], file_get_contents($this->attachment->getPath())); + break; case 'text/html': if (!empty($this->attachment->filename) && (GNUsocial::isAjax() || common_config('attachments', 'show_html'))) {