make body application self-contained

svn path=/branches/test/; revision=28847
This commit is contained in:
2014-07-28 16:53:42 +00:00
parent bedbcf8163
commit 72e1b0f993
+3 -3
View File
@@ -16,8 +16,8 @@
<!-- HTML body -->
<!--<xsl:template match="body">-->
<xsl:template name="fsfe-body">
<body>
<xsl:template match="body" name="fsfe-body">
<xsl:element name="body">
<xsl:call-template name="fsfe_pageclass" />
@@ -63,7 +63,7 @@
<xsl:call-template name="body_scripts" />
</body>
</xsl:element>
</xsl:template>
</xsl:stylesheet>