Commit be92aa31 authored by Davis King's avatar Davis King

Change XSLT a little to avoid unneeded whitespace characters in HTML output.

parent 5c7f517b
......@@ -6,8 +6,10 @@
This work is published from United States.
-->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method='html' version='1.0' encoding='UTF-8' indent='yes' />
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method='html' version='1.0' encoding='UTF-8' indent='no' />
<xsl:strip-space elements="*" />
<xsl:preserve-space elements="pre code_box" />
<!-- ************************************************************************* -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment