Skip to content

Commit

Permalink
Add missing lang variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschr committed Mar 22, 2024
1 parent 663dbef commit 6afe79d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions suse2022-ns/xhtml/json-ld.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,9 @@
</xsl:variable>

<xsl:if test="$generate.json-ld.external != 0">
<xsl:variable name="lang">
<xsl:call-template name="l10n.language"/>
</xsl:variable>
<!--
<xsl:message>Going to write external JSON-LD structure to "<xsl:value-of
select="$filename"/>" for <xsl:value-of select="local-name($node)"/>
Expand Down

0 comments on commit 6afe79d

Please sign in to comment.