From: Jason Stephenson Date: Thu, 23 May 2013 15:44:05 +0000 (-0400) Subject: Fix Launchpad Bug 1183418. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0af98c7ca5b53512e75e1f488be681b8383aca3f;p=working%2FEvergreen.git 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 --- diff --git a/Open-ILS/src/templates/opac/parts/result/table.tt2 b/Open-ILS/src/templates/opac/parts/result/table.tt2 index 368a7f59c8..852537703b 100644 --- a/Open-ILS/src/templates/opac/parts/result/table.tt2 +++ b/Open-ILS/src/templates/opac/parts/result/table.tt2 @@ -59,7 +59,7 @@ 'author', query => authorquery}, ['page']) -%]">[% attrs.author | html %] [%- UNLESS CGI.param('detail_record_view')