Bugzilla – Attachment 186834 Details for
Bug 40862
Repeated 028 fields are missing a separator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40862: Correct indentation
Bug-40862-Correct-indentation.patch (text/plain), 1.92 KB, created by
Lari Taskula
on 2025-09-23 16:52:36 UTC
(
hide
)
Description:
Bug 40862: Correct indentation
Filename:
MIME Type:
Creator:
Lari Taskula
Created:
2025-09-23 16:52:36 UTC
Size:
1.92 KB
patch
obsolete
>From 98339819f8a42b005583e8ddb329f1a318a7e513 Mon Sep 17 00:00:00 2001 >From: Lari Taskula <lari.taskula@hypernova.fi> >Date: Tue, 23 Sep 2025 19:50:32 +0300 >Subject: [PATCH] Bug 40862: Correct indentation > >No other changes apart from indentation correction. > >To test: >1. git diff -w --word-diff-regex=[^[:space:]] HEAD~1 >2. Observe no differences (above cmd ignores space changes) >3. Therefore patch only includes whitespace changes >--- > .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >index d95380aa0c3..be6ca5d2fe4 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >@@ -211,14 +211,14 @@ > <span class="results_summary publisher_number "> > <span class="label">Publisher number: </span> > <ul class="resource_list"> >- <xsl:for-each select="marc:datafield[@tag=028]"> >- <li> >- <xsl:call-template name="subfieldSelect"> >- <xsl:with-param name="codes">abq</xsl:with-param> >- <xsl:with-param name="delimeter"><xsl:text> | </xsl:text></xsl:with-param> >- </xsl:call-template> >- </li> >- </xsl:for-each> >+ <xsl:for-each select="marc:datafield[@tag=028]"> >+ <li> >+ <xsl:call-template name="subfieldSelect"> >+ <xsl:with-param name="codes">abq</xsl:with-param> >+ <xsl:with-param name="delimeter"><xsl:text> | </xsl:text></xsl:with-param> >+ </xsl:call-template> >+ </li> >+ </xsl:for-each> > </ul> > </span> > </xsl:if> >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40862
:
186833
| 186834