Author: crossley
Date: Wed Jan 14 19:34:13 2009
New Revision: 734605
URL: http://svn.apache.org/viewvc?rev=734605&view=rev
Log:
Fix typo with previous commit.
Thanks to Gavin for noticing.
Issue: FOR-1156
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/html/strip-dispatcher-remains.xsl
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/html/strip-dispatcher-remains.xsl
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/html/strip-dispatcher-remains.xsl?rev=734605&r1=734604&r2=734605&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/html/strip-dispatcher-remains.xsl
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/html/strip-dispatcher-remains.xsl
Wed Jan 14 19:34:13 2009
@@ -29,7 +29,7 @@
</xsl:choose>
</xsl:template>
<xsl:template name="do-xhtml">
- <html namespace="http://www.w3.org/1999/xhtml">
+ <html xmlns="http://www.w3.org/1999/xhtml">
<xsl:copy-of select="html/head"/>
<xsl:copy-of select="html/body"/>
</html>