[z3-checkins] r55672 - z3/deliverance/sandboxes/paul/dvng
ldr at codespeak.net
ldr at codespeak.net
Sun Jun 8 17:45:42 CEST 2008
Author: ldr
Date: Sun Jun 8 17:45:40 2008
New Revision: 55672
Modified:
z3/deliverance/sandboxes/paul/dvng/stub.xsl
Log:
Set xsl:output method html explicitly, so modxslt set the right response header
Modified: z3/deliverance/sandboxes/paul/dvng/stub.xsl
==============================================================================
--- z3/deliverance/sandboxes/paul/dvng/stub.xsl (original)
+++ z3/deliverance/sandboxes/paul/dvng/stub.xsl Sun Jun 8 17:45:40 2008
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+ <xsl:output method="html"/>
<xsl:template match="/" priority="-1">
<!-- This is the "entry point". All the themes and pagetypes will be
compiled and appended in here-->
More information about the z3-checkins
mailing list