page2xhtml.xsl: support custom CSS files.

git-svn-id: https://svn.apache.org/repos/asf/lenya/branches/BRANCH_1_2_X@695778 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/webapp/lenya/xslt/util/page2xhtml.xsl b/src/webapp/lenya/xslt/util/page2xhtml.xsl
index 67cec75..d97ede6 100644
--- a/src/webapp/lenya/xslt/util/page2xhtml.xsl
+++ b/src/webapp/lenya/xslt/util/page2xhtml.xsl
@@ -36,7 +36,7 @@
       <link rel="stylesheet" type="text/css" href="{$contextprefix}/lenya/css/default.css" title="default css"/>
       <!-- the following line is a fix for an Internet Explorer incompatibility -->
       <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8"/>
-      <xsl:apply-templates select="xhtml:script"/>
+      <xsl:apply-templates select="xhtml:script|xhtml:style"/>
     </head>
     <body>