[www] r977 - trunk/svn.matroska.org/WebSVN/templates/BlueGrey

[email protected] Wed, 3 Aug 2005 07:14:29 +0400 (MSD)
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
Author: robux4
Date: 2005-08-03 07:14:25 +0400 (Wed, 03 Aug 2005)
New Revision: 977

Modified:
   trunk/svn.matroska.org/WebSVN/templates/BlueGrey/header.tmpl
Log:
content: force UTF-8 on all pages (the automatic setting doesn't work)

Modified: trunk/svn.matroska.org/WebSVN/templates/BlueGrey/header.tmpl
===================================================================
--- trunk/svn.matroska.org/WebSVN/templates/BlueGrey/header.tmpl	2005-08-03 03:12:19 UTC (rev 976)
+++ trunk/svn.matroska.org/WebSVN/templates/BlueGrey/header.tmpl	2005-08-03 03:14:25 UTC (rev 977)
@@ -1,7 +1,8 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
    <head>
-		<meta http-equiv="content-type" content="text/html;charset=[websvn:charset]">
+   <meta http-equiv="content-type" content="text/html;charset=utf-8">
+<!--		<meta http-equiv="content-type" content="text/html;charset=[websvn:charset]">-->
 	   <link href="[websvn:locwebsvnhttp]/templates/BlueGrey/styles.css" rel="stylesheet" media="screen">
       <!--[if gte IE 5.5000]>
       <script type="text/javascript" src="[websvn:locwebsvnhttp]/templates/BlueGrey/png.js"></script>