From b261a77be2a894e3fe4d00c86925bac7fb5d061c Mon Sep 17 00:00:00 2001 From: aroquen Date: Thu, 5 Mar 2015 22:19:57 +0100 Subject: [PATCH] Make attachment fit better in notice: drop text and link --- lib/attachmentlist.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/attachmentlist.php b/lib/attachmentlist.php index 696e000c73..857e2fb778 100644 --- a/lib/attachmentlist.php +++ b/lib/attachmentlist.php @@ -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'); } /** -- 2.39.5