* Resources/defaulttemplate.xsl: Update /html/head/meta/@content value
authorJonathan Pryor <jpryor@novell.com>
Wed, 12 Nov 2008 15:48:15 +0000 (15:48 -0000)
committerJonathan Pryor <jpryor@novell.com>
Wed, 12 Nov 2008 15:48:15 +0000 (15:48 -0000)
  so that IE7 properly recognizes the file as UTF-8 encoded.
  Fixes #444009.

svn path=/trunk/mcs/; revision=118604

mcs/tools/mdoc/ChangeLog
mcs/tools/mdoc/Resources/defaulttemplate.xsl

index d2e77baea7d5c4aabb5dfadaea7354b46df4eaa2..bcbcbf689ed3f2d36dd833163c6d4e42a1fbff42 100644 (file)
@@ -1,3 +1,9 @@
+2008-11-12  Jonathan Pryor <jpryor@novell.com>
+
+       * Resources/defaulttemplate.xsl: Update /html/head/meta/@content value
+         so that IE7 properly recognizes the file as UTF-8 encoded.
+         Fixes #444009.
+
 2008-10-27  Jonathan Pryor <jpryor@novell.com>
 
        * Makefile: Fix build error caused by filenames containing '`'.
index c965693fd677f0496469210605d80768b25c8380..e98f0a129587ccbea20f09b8300fe70c0faf18a9 100644 (file)
@@ -13,7 +13,7 @@
         <title>
           <xsl:value-of select="Title" />
         </title>
-        <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
         <xsl:call-template name="create-default-style" />
         <xsl:call-template name="create-default-script" />
       </head>