Bug 14716: Fix more unencoded url parameters.
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / xslt / MARC21slim2ATOM.xsl
index aabefe4..1233d67 100644 (file)
@@ -23,7 +23,7 @@
                        <xsl:for-each select="marc:controlfield[@tag=001]">
                                <id>
                                        <xsl:text>urn:tcn:</xsl:text>
-                                       <xsl:value-of select="."/>
+                                       <xsl:value-of select="str:encode-uri(., true())"/>
                                </id>
                        </xsl:for-each>