Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Dec 20, 2024
1 parent 06fd3b6 commit cc3c68c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ extension-element-prefixes="ixsl"
<xsl:param name="query" as="xs:string?"/>
<xsl:param name="show-controls" select="true()" as="xs:boolean"/>
<xsl:param name="show-save" select="true()" as="xs:boolean"/>
<xsl:param name="form-actions" as="element()?s">
<xsl:param name="form-actions" as="element()?">
<xsl:if test="$show-save">
<div class="form-actions">
<button class="btn btn-primary btn-save-chart" type="button">
Expand Down

0 comments on commit cc3c68c

Please sign in to comment.