From a523b5bb6289e7c5077a972f5a53e40f69cc854c Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Wed, 14 Nov 2012 18:02:28 +0000 Subject: Don't escape the query_string because it munges the URL. --- templates/food_search.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/food_search.tpl b/templates/food_search.tpl index 9b41c02..4c488e7 100644 --- a/templates/food_search.tpl +++ b/templates/food_search.tpl @@ -12,7 +12,7 @@ {if isset($searchResults)}
The following items matched your search. - Select one, or refine your search. + Select one, or refine your search.
{if $sortType == "Category"} @@ -52,7 +52,7 @@ No items matched your search.
- Would you like to refine your search? + Would you like to refine your search?
Don't understand the search options? See the help on searching. -- cgit v1.2.3