joerg 2004/02/18 09:40:19
Modified: src/webapp/stylesheets/system error2html.xslt
Log:
fixed tabs
Revision Changes Path
1.16 +9 -9 cocoon-2.1/src/webapp/stylesheets/system/error2html.xslt
Index: error2html.xslt
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/stylesheets/system/error2html.xslt,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- error2html.xslt 18 Feb 2004 17:29:00 -0000 1.15
+++ error2html.xslt 18 Feb 2004 17:40:19 -0000 1.16
@@ -28,7 +28,7 @@
<script src="{$contextPath}/scripts/main.js" type="text/javascript"/>
</head>
<body>
- <xsl:apply-templates select="." mode="onload"/>
+ <xsl:apply-templates select="." mode="onload"/>
<h1><xsl:value-of select="$pageTitle"/></h1>
<p class="message">
@@ -90,13 +90,13 @@
</xsl:template>
<xsl:template match="error:notify" mode="onload">
- <xsl:attribute name="onload">
- <xsl:for-each
select="error:extra[contains(@error:description,'stacktrace')]">
- <xsl:text>toggle('</xsl:text>
- <xsl:value-of select="@error:description"/>
- <xsl:text>');</xsl:text>
- </xsl:for-each>
- </xsl:attribute>
+ <xsl:attribute name="onload">
+ <xsl:for-each
select="error:extra[contains(@error:description,'stacktrace')]">
+ <xsl:text>toggle('</xsl:text>
+ <xsl:value-of select="@error:description"/>
+ <xsl:text>');</xsl:text>
+ </xsl:for-each>
+ </xsl:attribute>
</xsl:template>
<xsl:template match="error:extra">