Skip to content

Commit

Permalink
More permissive for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wendellpiez committed Apr 28, 2017
1 parent fc1c224 commit 07b3f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/xslt/web/jatskit-util.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<!-- /*/@jatskit:documentURI provided by earlier steps jatskit-fixup.xsl jatskit-split.xsl -->
<!-- (This value is also bound in the XProc and could be passed in as a parameter.) -->
<xsl:variable name="documentURI" select="/*/@jatskit:documentURI" as="xs:anyURI"/>
<xsl:variable name="documentURI" select="/*/@jatskit:documentURI" as="xs:anyURI?"/>

<xsl:template name="make-html-page">
<xsl:param name="attribute-proxies" as="element()?"/>
Expand Down

0 comments on commit 07b3f64

Please sign in to comment.