@@ -, +, @@ results. - Find records containing 245 $a $b and $h fields. - Compare the way they look in detail and results view on the OPAC (bootstrap). - Apply the patch. - Re-check detail and results view: all should now look the same on the OPAC (bootstrap). --- .../opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 8 ++++---- .../opac-tmpl/bootstrap/en/xslt/NORMARCslim2OPACDetail.xsl | 12 ++++++------ .../opac-tmpl/bootstrap/en/xslt/NORMARCslim2OPACResults.xsl | 12 ++++++------ 3 files changed, 16 insertions(+), 16 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -410,16 +410,16 @@ a - + - b + h - + - h + b --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/NORMARCslim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/NORMARCslim2OPACDetail.xsl @@ -66,18 +66,18 @@ a - - : - - b - - ( h ) + + : + + b + + np --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/NORMARCslim2OPACResults.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/NORMARCslim2OPACResults.xsl @@ -293,18 +293,18 @@ a - - : - - b - - ( h ) + + : + + b + + np --