summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl b/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
index 2f4830d0b9ed..d58509a6a982 100644
--- a/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
+++ b/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
@@ -8863,7 +8863,7 @@
</xsl:choose>
</xsl:template>
<xsl:template name="min-of-three">
- <i!-- return lowest of three for sorting -->
+ <!-- return lowest of three for sorting -->
<xsl:param name="first-num"/>
<xsl:param name="second-num"/>
<xsl:param name="third-num"/>