Skip to content

Commit

Permalink
corrected missing param xerif
Browse files Browse the repository at this point in the history
  • Loading branch information
polypunkt committed Apr 28, 2023
1 parent d8ab82a commit 80e9027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<xsl:param name="table-model" as="xs:string"/>

<xsl:variable name="new-common" as="xs:boolean" select="false()"/>
<xsl:variable name="xerif" as="xs:boolean" select="false()"/>
<xsl:variable name="path" as="xs:string" select="tr:path(base-uri())" />
<xsl:variable name="basename" as="xs:string" select="tr:basename(/dbk:hub/@xml:base)"/>
<xsl:variable name="colors" as="xs:string*"
Expand Down

0 comments on commit 80e9027

Please sign in to comment.