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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl (-2 / +1 lines)
Lines 268-274 Link Here
268
          </xsl:if>
268
          </xsl:if>
269
        </xsl:for-each>
269
        </xsl:for-each>
270
      </xsl:when>
270
      </xsl:when>
271
      <xsl:when test="marc:subfield[@code=a]">
271
      <xsl:when test="marc:subfield[@code='a']">
272
        <a>
272
        <a>
273
          <xsl:attribute name="href">
273
          <xsl:attribute name="href">
274
            <xsl:text>/cgi-bin/koha/opac-search.pl?q=su:</xsl:text>
274
            <xsl:text>/cgi-bin/koha/opac-search.pl?q=su:</xsl:text>
275
- 

Return to bug 13145