From 7e2caa0bb1982448c7050c76b85a0c4726664806 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Wed, 22 Apr 2015 22:13:55 +0200 Subject: [PATCH] Make it easier to hide attachments list header --- lib/inlineattachmentlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/inlineattachmentlist.php b/lib/inlineattachmentlist.php index 9016daf3f1..410b3b838d 100644 --- a/lib/inlineattachmentlist.php +++ b/lib/inlineattachmentlist.php @@ -35,7 +35,7 @@ class InlineAttachmentList extends AttachmentList { function showListStart() { - $this->out->element('h3', null, _('Attachments')); + $this->out->element('h3', 'attachments-title', _('Attachments')); parent::showListStart(); } -- 2.39.5