Bugzilla – Attachment 104354 Details for
Bug 25373
  entity usage no longer works in custom XSLTs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
XSLT patch with parser error
no_output.txt (text/plain), 976 bytes, created by
Didier Gautheron
on 2020-05-05 09:18:16 UTC
(
hide
)
Description:
XSLT patch with parser error
Filename:
MIME Type:
Creator:
Didier Gautheron
Created:
2020-05-05 09:18:16 UTC
Size:
976 bytes
patch
obsolete
>diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl >index be70b9abcb..55e0e2bb25 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl >@@ -942,7 +942,7 @@ > <xsl:with-param name="codes">ab</xsl:with-param> > </xsl:call-template> > <!-- #13386 added separator | --> >- <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise></xsl:choose> >+ <xsl:choose><xsl:when test="position()=last()"><xsl:text> .</xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise></xsl:choose> > </xsl:for-each> > </span> > </xsl:if>
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 Raw
Actions:
View
Attachments on
bug 25373
:
104353
| 104354