@@ -, +, @@ wrong (XSLT) - Create two bibliographic records. a) One with only 710$a b) One with 710$a and 710$b - Do a search on OPAC and Intranet and see 710$a and 710$b are put together without a space in the middle. - Enter the detail page (in both interfaces) and see the problem is present there too. - Apply the patch - It should look as expeced. --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 19 ++++++----- .../prog/en/xslt/MARC21slim2intranetResults.xsl | 18 +++++++++-- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 19 ++++++----- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 33 +++++++++++--------- 4 files changed, 56 insertions(+), 33 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -853,14 +853,17 @@ - - - - - -- - - - + + . + + + + + -- + + + + cdn --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl @@ -886,10 +886,22 @@ - + + + . + - - + + + -- + + + + + + cdn --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -1054,14 +1054,17 @@ - - - - - -- - - - + + . + + + + + -- + + + + cdn --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl +++ a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl @@ -465,11 +465,6 @@ - - -- - - - @@ -1195,17 +1190,27 @@ - - - + + + - + + . + - - - - cdn - + + + -- + + + + + + + cdn + --