From 02329a04ed5547b0ea07d3cd4b06a798c1dea7be Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 7 May 2014 17:43:25 +0000 Subject: [PATCH] Bug 12206: fix HTML in other holdings list in staff search results page To test: [1] View, in the staff interface, a record with alternate holdings (as controlled by the AlternateHoldingsField system preference). [2] Verify that the HTML list is closed correctly. Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt index ca911ef..21c2866 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -615,7 +615,7 @@ var holdForPatron = function () { [% FOREACH ALTERNATEHOLDING IN SEARCH_RESULT.ALTERNATEHOLDINGS %]
  • [% ALTERNATEHOLDING.holding %]
  • [% END %] - + [% ELSE %] No items [% END %] -- 1.7.10.4