Skip to content

Commit

Permalink
use html output to avoid invalid self closing elements
Browse files Browse the repository at this point in the history
  • Loading branch information
maekke committed May 31, 2015
1 parent e918c7d commit bf60a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devbook.xsl
Expand Up @@ -11,7 +11,7 @@
<xsl:import href="xsl/lang.highlight.m4.xsl"/>
<xsl:import href="xsl/lang.highlight.sgml.xsl"/>

<xsl:output method="xml" indent="yes" omit-xml-declaration="yes"/>
<xsl:output method="html" indent="yes" omit-xml-declaration="yes"/>

<xsl:variable name="newline">
<xsl:text>
Expand Down

0 comments on commit bf60a87

Please sign in to comment.