Regenerated after previous commit.

This commit is contained in:
Ruslan Ermilov
2011-09-15 08:33:25 +00:00
parent 2a46092c5a
commit 1ebdcd1d90
4 changed files with 42 additions and 35 deletions

View File

@@ -88,7 +88,7 @@
</code>
</xsl:template>
<xsl:template match="http-error">
<xsl:template match="http-status">
<xsl:value-of select="@code"/>
<xsl:text> (</xsl:text>

View File

@@ -26,6 +26,12 @@
<body>
<center>
<h3>
<xsl:value-of select="@name"/>
</h3>
</center>
<xsl:apply-templates/>
</body>