From efce3ea5364539fc7d5c92122a2ae83d1e862724 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 11 Jul 2016 08:51:12 -0400 Subject: [PATCH] [SIGNED-OFF]Bug 16893: Missing closing tag disrupts patron detail page style 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 --- 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 710cb16..65bdb7a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt @@ -195,6 +195,7 @@ function validate1(date) { [% ELSE %] [% debarredcomment | html_line_break %] [% END %] + [% END %] View restrictions -- 1.7.10.4