Add BNF NSB/NSE chracters stripping (thanks to Henri-Damien)
---
 .../prog/en/xslt/UNIMARCslim2OPACDetail.xsl        |    2 +-
 .../prog/en/xslt/UNIMARCslim2OPACResults.xsl       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl 
b/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl
index 87d48fe..5c724be 100644
--- a/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl
+++ b/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl
@@ -24,7 +24,7 @@
         <xsl:call-template name="addClassRtl" />
         <xsl:variable name="title" select="marc:subfie...@code='a']"/>
         <xsl:variable name="ntitle"
-         select="translate($title, '&#x0098;&#x009C;','')"/>
+         select="translate($title, 
'&#x0088;&#x0089;&#x0098;&#x0099;&#x009C;','')"/>
         <xsl:value-of select="$ntitle" />
         <xsl:if test="marc:subfie...@code='e']">
           <xsl:text> : </xsl:text>
diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACResults.xsl 
b/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACResults.xsl
index 612295e..994d59f 100644
--- a/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACResults.xsl
+++ b/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACResults.xsl
@@ -28,7 +28,7 @@
     <xsl:for-each select="marc:datafie...@tag=200]">
       <xsl:variable name="title" select="marc:subfie...@code='a']"/>
       <xsl:variable name="ntitle"
-       select="translate($title, '&#x0098;&#x009C;','')"/>
+       select="translate($title, 
'&#x0088;&#x0089;&#x0098;&#x0099;&#x009C;','')"/>
       <div>
         <xsl:call-template name="addClassRtl" />
         <span class="results_summary">
-- 
1.6.4.3

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to