[svnbook commit] r2019 - trunk/www

maxb svnbook-dev at red-bean.com
Thu Feb 23 08:36:56 CST 2006


Author: maxb
Date: Thu Feb 23 08:36:53 2006
New Revision: 2019

Modified:
   trunk/www/index.html.var
   trunk/www/index.pt_BR.html

Log:
Charset cleanup.

* www/index.pt_BR.html: Fix <meta> tag charset value to actually agree with the
    encoding of the document.
* www/index.html.var: Update the Content-type lines for en and pt_BR to agree
    with their encodings.


Modified: trunk/www/index.html.var
==============================================================================
--- trunk/www/index.html.var	(original)
+++ trunk/www/index.html.var	Thu Feb 23 08:36:53 2006
@@ -1,6 +1,6 @@
 URI: index.en.html
 Content-Language: en
-Content-type: text/html; charset=ISO-8859-1
+Content-type: text/html; charset=UTF-8
 
 URI: index.es.html
 Content-Language: es
@@ -16,7 +16,7 @@
 
 URI: index.pt_BR.html
 Content-Language: pt-BR
-Content-type: text/html; charset=ISO-8859-1
+Content-type: text/html; charset=UTF-8
 
 URI: index.nb.html
 Content-Language: nb

Modified: trunk/www/index.pt_BR.html
==============================================================================
--- trunk/www/index.pt_BR.html	(original)
+++ trunk/www/index.pt_BR.html	Thu Feb 23 08:36:53 2006
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html lang="pt-BR">
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Controle de Versão com Subversion</title>
 <link rel="stylesheet" href="./styles.css" type="text/css">
 </head>




More information about the svnbook-dev mailing list