Bugzilla – Attachment 104353 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 entity silently discarded
bad_output.txt (text/plain), 782 bytes, created by
Didier Gautheron
on 2020-05-05 09:17:21 UTC
(
hide
)
Description:
XSLT patch with entity silently discarded
Filename:
MIME Type:
Creator:
Didier Gautheron
Created:
2020-05-05 09:17:21 UTC
Size:
782 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..d6bba95bf6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl >@@ -948,7 +948,7 @@ > </xsl:if> > <xsl:if test="marc:datafield[@tag=856]"> > <span class="results_summary online_access"> >- <span class="label">Online access: </span> >+ <span class="label">Online access: </span> > <xsl:for-each select="marc:datafield[@tag=856]"> > <xsl:variable name="SubqText"><xsl:value-of select="marc:subfield[@code='q']"/></xsl:variable> > <a>
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