@@ -, +, @@ better in XSLT mode staff and OPAC. with both a $a and a $c. displayed in bib details and search results with the name and title squashed together. For example, "SeussDr" in bib details and search results with a space and intervening punctuation between the name and the title. For example, "Seuss, Dr." --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 18 +++--------------- .../prog/en/xslt/MARC21slim2intranetResults.xsl | 19 +++---------------- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 18 +++--------------- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 19 +++---------------- 4 files changed, 12 insertions(+), 62 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -834,18 +834,17 @@ - + - aq + abcq :,;/ - @@ -874,17 +873,6 @@ acdeq - - - - - - bc - - - - - @@ -950,7 +938,7 @@ - + --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl @@ -347,7 +347,7 @@ /cgi-bin/koha/catalogue/search.pl?q=au:"" - + . ; @@ -867,18 +867,17 @@ - + - aq + abcq :,;/ - @@ -903,18 +902,6 @@ - - - - - - bc - - - - - - --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -966,7 +966,7 @@ - + @@ -992,18 +992,17 @@ . - + - aq + abcq :,;/ - @@ -1032,17 +1031,6 @@ acdeq - - - - - - bc - - - - - --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl +++ a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl @@ -455,7 +455,7 @@ - . + . ; @@ -1180,18 +1180,17 @@ - + - aq + abcq :,;/ - @@ -1216,18 +1215,6 @@ - - - - - - bc - - - - - - --