You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2004/11/08 15:46:58 UTC

svn commit: rev 56928 - lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/util

Author: michi
Date: Mon Nov  8 06:46:56 2004
New Revision: 56928

Modified:
   lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/util/page2xhtml.xsl
Log:
thanks to Josias the IE problem re UTF-8 has been fixed

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/util/page2xhtml.xsl
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/util/page2xhtml.xsl	(original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/util/page2xhtml.xsl	Mon Nov  8 06:46:56 2004
@@ -32,8 +32,8 @@
   <html>
     <head>
       <title><xsl:value-of select="page:title"/></title>
-      <link rel="stylesheet" type="text/css"
-        href="{$contextprefix}/lenya/css/default.css" title="default css"/>
+      <link rel="stylesheet" type="text/css" href="{$contextprefix}/lenya/css/default.css" title="default css"/>
+      <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8"/>
 <xsl:if test="count(xhtml:script) &gt; 0">
  <script><xsl:copy-of select="xhtml:script/@*" /></script>
 </xsl:if>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org