From 6ba7acf4e0b199a5d043b1e8b762741a41860d63 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 11 Jul 2016 08:51:12 -0400 Subject: [PATCH] Bug 16893: Missing closing tag disrupts patron detail page style MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit A missing closing causes the the patron detail page to be in all italics if the patron has a restriction message. This patch corrects it. To test, apply the patch and locate a patron who has a restriction message. The restriction message should be in italics but the rest of the page should display normally. Signed-off-by: Hector Castro Rest of the page displayed normally Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 27a7cdef1a6187fe7814a75e4fc5cee636ed77fa) Signed-off-by: Frédéric Demians --- koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt index 810216bab3..8d740b8fb6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt @@ -196,6 +196,7 @@ function validate1(date) { [% ELSE %] [% debarredcomment | html_line_break %] [% END %] + [% END %] View restrictions -- 2.39.2