]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Make attachment fit better in notice: drop text and link
authoraroquen <antonio.roquentin@sfr.fr>
Thu, 5 Mar 2015 21:19:57 +0000 (22:19 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 29 Mar 2020 22:20:52 +0000 (00:20 +0200)
lib/attachmentlist.php

index 696e000c73695a2f0a33543044329f7cac18dc4a..857e2fb778d6edefd845381ab2088d5a2116a892 100644 (file)
@@ -106,12 +106,12 @@ class AttachmentList extends Widget
 
     function showListStart()
     {
-        $this->out->elementStart('ol', array('class' => 'attachments'));
+        $this->out->elementStart('div', array('class' => 'attachments'));
     }
 
     function showListEnd()
     {
-        $this->out->elementEnd('ol');
+        $this->out->elementEnd('div');
     }
 
     /**