From fe4cac8a25c00f2d76fdc4ec75b4ce81db0f717d 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 Signed-off-by: Chris Cormack --- koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 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 8f55412a0b..219a8795d8 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl @@ -224,11 +224,11 @@ $(document).ready(function(){ " title="View details for this title">No title - by " title="Search for works by this author"> + by " title="Search for works by this author">   Publication: - + . , -- 2.39.5