https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26679

Andrew Fuerste-Henry <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Andrew Fuerste-Henry <[email protected]> ---
Looks like an XSLT issue:

  <xsl:when test="$TraceSubjectSubdivisions='1'">
    <xsl:attribute
name="href">/cgi-bin/koha/opac-search.pl?q=<xsl:call-template
name="subfieldSelectSubject">
        <xsl:with-param name="codes">avxyz</xsl:with-param>
        <xsl:with-param name="delimeter"> AND </xsl:with-param>
        <xsl:with-param name="prefix">(su<xsl:value-of
select="$SubjectModifier"/>:<xsl:value-of
select="$TracingQuotesLeft"/></xsl:with-param>
        <xsl:with-param name="suffix"><xsl:value-of
select="$TracingQuotesRight"/>)</xsl:with-param>
        <xsl:with-param name="urlencode">1</xsl:with-param>
    </xsl:call-template>
    </xsl:attribute>
</xsl:when>
<xsl:otherwise>
    <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=su<xsl:value-of
select="$SubjectModifier"/>:<xsl:value-of
select="$TracingQuotesLeft"/><xsl:value-of
select="str:encode-uri(marc:subfield[@code='a'], true())"/><xsl:value-of
select="$TracingQuotesRight"/></xsl:attribute>
</xsl:otherwise>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to