From: Bill Erickson Date: Tue, 12 Jun 2012 19:35:28 +0000 (-0400) Subject: Merging in c1cc6340e8 (site/depth scrubbing) X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f2272a54751539e190963678a98b82ef4225f7cd;p=evergreen%2Fequinox.git Merging in c1cc6340e8 (site/depth scrubbing) Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/templates_kcls/opac/parts/searchbar.tt2 b/Open-ILS/src/templates_kcls/opac/parts/searchbar.tt2 index b968540da6..2faf28cb54 100644 --- a/Open-ILS/src/templates_kcls/opac/parts/searchbar.tt2 +++ b/Open-ILS/src/templates_kcls/opac/parts/searchbar.tt2 @@ -19,7 +19,7 @@
[% placeholder = l("Search Keyword"); - value = is_advanced ? ctx.processed_search_query : CGI.param('query') || placeholder | html; + value = is_advanced ? ctx.naive_query_scrub(ctx.processed_search_query) : CGI.param('query') || placeholder | html; %]