This repository has been archived on 2026-07-13. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
moreWiki/More Wiki in a jar/public/skins/default/common/error.xsl
T
2012-01-08 15:18:29 +01:00

13 lines
264 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="error">
<h2>Error</h2>
<pre>
<xsl:value-of select="message" />
</pre>
</xsl:template>
</xsl:stylesheet>