@@ -, +, @@ - XSLT didn't contain the class markup which acts as a hook for the JavaScript highlighting system. - Standard results page also contained a typo which prevented data other than title and author from being highlighted --- .../opac-tmpl/prog/en/modules/opac-results.tmpl | 2 +- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl +++ a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl @@ -90,7 +90,7 @@ function highlightOn() { for (x in q_array) { $(".title").highlight(q_array[x]); $(".author").highlight(q_array[x]); - $(".result_summary").highlight(q_array[x]); + $(".results_summary").highlight(q_array[x]); } $(".highlight_toggle").toggle(); } --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl +++ a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl @@ -391,7 +391,7 @@ - /cgi-bin/koha/opac-detail.pl?biblionumber= + /cgi-bin/koha/opac-detail.pl?biblionumber=title @@ -440,7 +440,7 @@ - by + by @@ -492,6 +492,7 @@ +

--