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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-2 / +1 lines)
Lines 115-121 Link Here
115
        <xsl:element name="div">
115
        <xsl:element name="div">
116
            <xsl:attribute name="class"><xsl:value-of select="'record'" /></xsl:attribute>
116
            <xsl:attribute name="class"><xsl:value-of select="'record'" /></xsl:attribute>
117
            <xsl:attribute name="vocab">http://schema.org/</xsl:attribute>
117
            <xsl:attribute name="vocab">http://schema.org/</xsl:attribute>
118
            <xsl:attribute name="typeof"><xsl:value-of select='$schemaOrgType' /> Product</xsl:attribute>
118
            <xsl:attribute name="typeof"><xsl:value-of select='$schemaOrgType' /></xsl:attribute>
119
            <xsl:attribute name="resource">#record</xsl:attribute>
119
            <xsl:attribute name="resource">#record</xsl:attribute>
120
120
121
        <!-- Title Statement -->
121
        <!-- Title Statement -->
122
- 

Return to bug 39528