From 58deb4ed0cd16dd123a49c673b83f5cc6e4cff0a Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 9 Sep 2008 14:54:04 -0500 Subject: [PATCH] Can't escape title variable as HTML because of search term highlighting. Signed-off-by: Galen Charlton --- koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl index f44383e2d6..17eef0c99c 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl @@ -201,17 +201,17 @@ $(document).ready(function(){ - " title="View details for this title"> + " title="View details for this title"> - " title="View details for this title"> - " title="View details for this title"> + " title="View details for this title"> + " title="View details for this title"> - by " title="Search for works by this author"> + by " title="Search for works by this author">   Publication: - + . , -- 2.39.2