svn commit: r1413893 - /cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/style/xsl/html/simple-page2html.xsl
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: cdamioli
Date: Mon Nov 26 22:12:23 2012
New Revision: 1413893
URL: http://svn.apache.org/viewvc?rev=1413893&view=rev
Log: (empty)
Modified:
cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/style/xsl/html/simple-page2html.xsl
Modified: cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/style/xsl/html/simple-page2html.xsl
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/style/xsl/html/simple-page2html.xsl?rev=1413893&r1=1413892&r2=1413893&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/style/xsl/html/simple-page2html.xsl (original)
+++ cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/style/xsl/html/simple-page2html.xsl Mon Nov 26 22:12:23 2012
@@ -32,7 +32,7 @@
<title><xsl:value-of select="title"/></title>
<link rel="stylesheet" href="{$contextPath}/styles/main.css" title="Default Style"/>
<!-- copy local CSS, if any -->
- <xsl:copy-of select="*[not(name() = 'content')]"/>
+ <xsl:copy-of select="*[not(name() = 'content') and not(name() = 'resources')]"/>
</head>
<body>
<xsl:call-template name="resources"/>