зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
fff4a6f4ca
Коммит
da0cc5152e
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче