View | Details | Raw Unified | Return to bug 24605
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-2 / +1 lines)
Lines 319-325 Link Here
319
                        </a>
319
                        </a>
320
                    </xsl:when>
320
                    </xsl:when>
321
                    <xsl:otherwise>
321
                    <xsl:otherwise>
322
                        <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=se,phr:"<xsl:value-of select="marc:subfield[@code='a']"/>"</xsl:attribute>
322
                        <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=se,phr:"<xsl:value-of select="str:encode-uri(marc:subfield[@code='a'], true())"/>"</xsl:attribute>
323
                            <xsl:call-template name="chopPunctuation">
323
                            <xsl:call-template name="chopPunctuation">
324
                                <xsl:with-param name="chopString">
324
                                <xsl:with-param name="chopString">
325
                                    <xsl:call-template name="subfieldSelect">
325
                                    <xsl:call-template name="subfieldSelect">
326
- 

Return to bug 24605