Bugzilla – Attachment 115652 Details for
Bug 25381
XSLTs should not define entities
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25381: (QA follow-up) Fix occurence in the one file that escaped
Bug-25381-QA-follow-up-Fix-occurence-in-the-one-fi.patch (text/plain), 966 bytes, created by
Katrin Fischer
on 2021-01-21 23:45:14 UTC
(
hide
)
Description:
Bug 25381: (QA follow-up) Fix occurence in the one file that escaped
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-01-21 23:45:14 UTC
Size:
966 bytes
patch
obsolete
>From 4a2b3c335e9888cbf17e27b5e9fecf7214ac4e3a Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Thu, 21 Jan 2021 23:44:10 +0000 >Subject: [PATCH] Bug 25381: (QA follow-up) Fix occurence in the one file that > escaped > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2SRWDC.xsl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2SRWDC.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2SRWDC.xsl >index 7d56c746f2..11284e4881 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2SRWDC.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2SRWDC.xsl >@@ -1,5 +1,5 @@ > <?xml version="1.0" encoding="UTF-8"?> >-<!DOCTYPE stylesheet [<!ENTITY nbsp " ">]> >+<!DOCTYPE stylesheet> > <xsl:stylesheet > xmlns:marc="http://www.loc.gov/MARC21/slim" > xmlns:srw_dc="info:srw/schema/1/dc-schema" >-- >2.11.0
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 25381
:
104599
|
115632
|
115635
|
115650
|
115651
| 115652