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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-2 / +1 lines)
Lines 107-113 Link Here
107
107
108
        <!-- Wrapper div for our schema.org object -->
108
        <!-- Wrapper div for our schema.org object -->
109
        <xsl:element name="div">
109
        <xsl:element name="div">
110
            <xsl:attribute name="class">record</xsl:attribute>
110
            <xsl:attribute name="class"><xsl:value-of select="'record'" /></xsl:attribute>
111
            <xsl:attribute name="vocab">http://schema.org/</xsl:attribute>
111
            <xsl:attribute name="vocab">http://schema.org/</xsl:attribute>
112
            <xsl:attribute name="typeof"><xsl:value-of select='$schemaOrgType' /> Product</xsl:attribute>
112
            <xsl:attribute name="typeof"><xsl:value-of select='$schemaOrgType' /> Product</xsl:attribute>
113
            <xsl:attribute name="resource">#record</xsl:attribute>
113
            <xsl:attribute name="resource">#record</xsl:attribute>
114
- 

Return to bug 21130