Skip to content

Commit

Permalink
Correct applicationCategory & operatingSystem
Browse files Browse the repository at this point in the history
ContentKing expects just a URL or text
  • Loading branch information
tomschr committed Feb 16, 2024
1 parent e93274d commit e3f5539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions suse2022-ns/xhtml/json-ld.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -758,8 +758,8 @@
{ "@type": "SoftwareApplication",
"name": "<xsl:value-of select="normalize-space(.)"/>",
<xsl:if test="normalize-space(@version) != ''">"softwareVersion": "<xsl:value-of select="@version"/>",</xsl:if>
"applicationCategory": {"name": "Operating System"},
"operatingSystem": {"name": "Linux"}<xsl:if test="normalize-space($candidate-arch) != ''">,
"applicationCategory": "Operating System",
"operatingSystem": "Linux"<xsl:if test="normalize-space($candidate-arch) != ''">,
"processorRequirements": "<xsl:value-of select="$candidate-arch"/>"
</xsl:if>
}
Expand Down

0 comments on commit e3f5539

Please sign in to comment.