summaryrefslogtreecommitdiff
path: root/tex/context/base/x-openmath.xsl
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2006-11-16 12:02:00 +0100
committerHans Hagen <pragma@wxs.nl>2006-11-16 12:02:00 +0100
commit2129e59b313d0a032b7b6eb3dab287dd32437ef9 (patch)
tree23b8818581484b897723bf6fb42a12a1b660afb6 /tex/context/base/x-openmath.xsl
parentf9c73d27ce69d59cfaeb543664e69c620642a0dc (diff)
downloadcontext-2129e59b313d0a032b7b6eb3dab287dd32437ef9.tar.gz
stable 2006.11.16 12:02
Diffstat (limited to 'tex/context/base/x-openmath.xsl')
-rw-r--r--tex/context/base/x-openmath.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/x-openmath.xsl b/tex/context/base/x-openmath.xsl
index e91b83e51..ffb404939 100644
--- a/tex/context/base/x-openmath.xsl
+++ b/tex/context/base/x-openmath.xsl
@@ -6,7 +6,7 @@
<!-- newline, temp hack, latest texexec handles it okay -->
- <xsl:template match ="processing-instruction()"><xsl:copy/><xsl:text>
+ <xsl:template match="processing-instruction()"><xsl:copy/><xsl:text>
</xsl:text></xsl:template>
<!-- xsl:template match="*"><xsl:copy/></xsl:template -->
@@ -20,7 +20,7 @@
</xsl:template>
-->
- <xsl:template match = "node()|@*" >
+ <xsl:template match="node()|@*" >
<xsl:copy>
<xsl:apply-templates select = "node()|@*" />
</xsl:copy>