From 32d5fe33aaebde6b4b8d570dca723002940980db Mon Sep 17 00:00:00 2001
From: Owen Leonard
Date: Sat, 26 Feb 2011 18:04:56 -0500
Subject: [PATCH] Fix for Bug 5817, Malformed author search link breaks sorting
on results page
Signed-off-by: Nicole C. Engard
Signed-off-by: Chris Cormack
---
.../intranet-tmpl/prog/en/modules/catalogue/results.tmpl | 4 ++--
1 file changed, 2 insertions(+), 2 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 df09c4f35d..67402291a9 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl
@@ -402,7 +402,7 @@ function GetZ3950Terms(){
- " title="Search for this Author">
+ " title="Search for this Author">
@@ -422,7 +422,7 @@ function GetZ3950Terms(){
- " title="Search for this Author">
+ " title="Search for this Author">
--
2.39.5