new error pages
[redakcja.git] / redakcja / static / xsl / wl2html_client.xsl
index c2aea5f..4f64291 100644 (file)
                 </xsl:apply-templates>
             </span>
     </xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+
+    <xsl:template match="comment()">
+        <xsl:comment><xsl:value-of select="."/></xsl:comment>
+    </xsl:template>
+</xsl:stylesheet>