From 74035faa65dacc05f27cd7cd55fa87be483e92b3 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Tue, 24 Sep 2013 17:47:16 -0400 Subject: [PATCH] Add missing ending label tag for format selector On the basic search, we were missing an ending label tag so it was combining the one from formats and library pickers into a single element which made selecting the library misbehave. Signed-off-by: Ben Shum --- Open-ILS/src/templates/opac/parts/searchbar.tt2 | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/templates/opac/parts/searchbar.tt2 b/Open-ILS/src/templates/opac/parts/searchbar.tt2 index 9ea7f6cb5c..e16729f5c1 100644 --- a/Open-ILS/src/templates/opac/parts/searchbar.tt2 +++ b/Open-ILS/src/templates/opac/parts/searchbar.tt2 @@ -45,6 +45,7 @@ filter_group=search.basic_config.group none_ok=1 none_label=search.basic_config.none_label; END; -%] +