Skip to content

Commit

Permalink
Add missing # for footnote reference (#579)
Browse files Browse the repository at this point in the history
Related to issue #524
  • Loading branch information
tomschr committed Oct 11, 2023
1 parent 3a9b66e commit cae2dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suse2022-ns/xhtml/xref.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<xsl:param name="xrefstyle"/>
<xsl:param name="verbose" select="1"/>
<xsl:variable name="href">
<xsl:text>ftn.</xsl:text>
<xsl:text>#ftn.</xsl:text>
<xsl:call-template name="object.id">
<xsl:with-param name="object" select="."/>
</xsl:call-template>
Expand Down

0 comments on commit cae2dbc

Please sign in to comment.