Bugzilla – Attachment 181710 Details for
Bug 39528
Get rid of schema.org type "Product"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39528: Get rid of Schema.org Type "Product"
Bug-39528-Get-rid-of-Schemaorg-Type-Product.patch (text/plain), 1.24 KB, created by
Michael Skarupianski
on 2025-04-30 09:39:42 UTC
(
hide
)
Description:
Bug 39528: Get rid of Schema.org Type "Product"
Filename:
MIME Type:
Creator:
Michael Skarupianski
Created:
2025-04-30 09:39:42 UTC
Size:
1.24 KB
patch
obsolete
>From 30897aa95172e74edba4354077a06a2c86bdfb5c Mon Sep 17 00:00:00 2001 >From: Michael Skarupianski <michael.skarupianski@gmail.com> >Date: Wed, 30 Apr 2025 11:16:44 +0200 >Subject: [PATCH] Bug 39528: Get rid of Schema.org Type "Product" > >Sponsored-by: Karlsruhe Institute of Technology (KIT) >--- > koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >index b4c0c2165e..431ead5ec1 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >@@ -115,7 +115,7 @@ > <xsl:element name="div"> > <xsl:attribute name="class"><xsl:value-of select="'record'" /></xsl:attribute> > <xsl:attribute name="vocab">http://schema.org/</xsl:attribute> >- <xsl:attribute name="typeof"><xsl:value-of select='$schemaOrgType' /> Product</xsl:attribute> >+ <xsl:attribute name="typeof"><xsl:value-of select='$schemaOrgType' /></xsl:attribute> > <xsl:attribute name="resource">#record</xsl:attribute> > > <!-- Title Statement --> >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39528
:
181710
|
181826
|
182452