From 38e1b847ea3c9d4b3ea672baa14bd707bb2380c9 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Thu, 23 May 2013 11:44:05 -0400 Subject: [PATCH] Fix Launchpad Bug 1183418. Clicking on an author with a dash or dates in the name on the search results page comes up with 0 results. It looks like the dash is stripped from the date and/or name. Clicking on such a link from the record view actually works because the dash is replaced with a space. This branch changes table.tt2 to replace special characters in author output with a space in the same way that authors.tt2 does. Signed-off-by: Jason Stephenson Signed-off-by: Ben Shum --- Open-ILS/src/templates/opac/parts/result/table.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/result/table.tt2 b/Open-ILS/src/templates/opac/parts/result/table.tt2 index f77327c845..0c0b27cf44 100644 --- a/Open-ILS/src/templates/opac/parts/result/table.tt2 +++ b/Open-ILS/src/templates/opac/parts/result/table.tt2 @@ -72,7 +72,7 @@ END; 'author', query => authorquery}, ['page']) -%]">[% attrs.author | html %] [%- UNLESS CGI.param('detail_record_view') -- 2.43.2