summaryrefslogtreecommitdiff
path: root/xmlhelp/util/compact.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/util/compact.xsl')
-rw-r--r--xmlhelp/util/compact.xsl8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlhelp/util/compact.xsl b/xmlhelp/util/compact.xsl
index 9d61963ce1b4..781ad3179296 100644
--- a/xmlhelp/util/compact.xsl
+++ b/xmlhelp/util/compact.xsl
@@ -11,8 +11,8 @@
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" encoding="UTF-8"/>
- <xsl:strip-space elements="*"/>
- <xsl:preserve-space elements="paragraph"/>
+ <xsl:strip-space elements="*"/>
+ <xsl:preserve-space elements="paragraph"/>
<!-- Copy everything -->
<xsl:template match="@*|node()|text()">
@@ -21,8 +21,8 @@
</xsl:copy>
</xsl:template>
- <!-- To remove attributes or nodes,
- simply write a matching template that doesn't do anything.
+ <!-- To remove attributes or nodes,
+ simply write a matching template that doesn't do anything.
Therefore, it is removed -->
<xsl:template match="image/@localize">
<xsl:copy>