From fd3e4ab3f47bd4058936003476df09a280daaf13 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 17 Aug 2018 13:20:04 -0300 Subject: [PATCH] Bug 19500: Add missing span for 'other' To stay consistent in the DOM structure it would make sense to have it there as well Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt index b57681b968..52c63a8a57 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt @@ -104,7 +104,7 @@ [% CASE 'members' %]Patrons [% CASE 'serial' %]Serials (new issue) [% CASE 'suggestions' %]Suggestions - [% CASE %][% lette.module %] + [% CASE %][% lette.module %] [% END %] [% lette.code %] -- 2.11.0