summaryrefslogtreecommitdiff
path: root/xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xsl')
-rw-r--r--xsl/convert-xhtml-to-html.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsl/convert-xhtml-to-html.xsl b/xsl/convert-xhtml-to-html.xsl
index 67f6363..694fc63 100644
--- a/xsl/convert-xhtml-to-html.xsl
+++ b/xsl/convert-xhtml-to-html.xsl
@@ -8,7 +8,7 @@
exclude-result-prefixes="html xlink svg"
>
- <xsl:output method="html" indent="yes" encoding="utf-8"
+ <xsl:output method="html" indent="no" encoding="utf-8"
cdata-section-elements="script style"
media-type="text/html"
doctype-system="about:legacy-compat"