From 738990940fad0cf469839962b21876d0828dd879 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 9 Jun 2009 11:29:48 +1200 Subject: [PATCH] Escaping HTML in the search results in the Librarian interface Signed-off-by: Galen Charlton Signed-off-by: Henri-Damien LAURENT --- .../intranet-tmpl/prog/en/modules/catalogue/results.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl index dc758410a4..8efa3589c5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl @@ -33,7 +33,7 @@ $(window).load(function() { - +
@@ -77,7 +77,7 @@ $(window).load(function() {

- result(s) found for '' with limit(s): '' in Catalog.
  + result(s) found for '' with limit(s): '' in Catalog.
 

Ignored the following common words: ""

@@ -85,7 +85,7 @@ $(window).load(function() {

No results found

- No results match your search for '' with limit(s): '' in Catalog. + No results match your search for '' with limit(s): '' in Catalog.

No results found

-- 2.39.5