Oops, I got these two files reversed. Should fix a crashtest failure on Linux, although I have no idea why that fails on Linux and only Linux.

This commit is contained in:
Jesse Ruderman 2009-02-11 00:06:39 -08:00
Родитель fff4a6f4ca
Коммит da0cc5152e
2 изменённых файлов: 10 добавлений и 14 удалений

Просмотреть файл

@ -1,12 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" indent="yes"/>
<xsl:template match="/">
<html><body>
<xsl:apply-templates select="document('dontmatter')"/>
</body></html>
</xsl:template>
</xsl:stylesheet>
<?xml-stylesheet type="text/xsl" href="226425.xsl" ?>
<text></text>

Просмотреть файл

@ -1,6 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet type="text/xsl" href="226425.xsl" ?>
<text></text>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" indent="yes"/>
<xsl:template match="/">
<html><body>
<xsl:apply-templates select="document('dontmatter')"/>
</body></html>
</xsl:template>
</xsl:stylesheet>