- From: Ishii Koji via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 25 Apr 2011 07:25:22 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css-module In directory hutz:/tmp/cvs-serv5149 Modified Files: Overview.html Overview.src.html Log Message: Add <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css-module/Overview.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Overview.html 23 Feb 2011 05:16:47 -0000 1.3 +++ Overview.html 25 Apr 2011 07:25:20 -0000 1.4 @@ -3,6 +3,7 @@ <html lang=en> <head profile="http://www.w3.org/2006/03/hcard"> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>CSS TEMPLATE Module Level N</title> <link href="../default.css" rel=stylesheet type="text/css"> <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css-module/Overview.src.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Overview.src.html 23 Mar 2011 06:30:28 -0000 1.4 +++ Overview.src.html 25 Apr 2011 07:25:20 -0000 1.5 @@ -2,6 +2,7 @@ 'http://www.w3.org/TR/html4/strict.dtd'> <html lang="en"> <head profile="http://www.w3.org/2006/03/hcard"> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>CSS TEMPLATE Module Level N</title> <link rel="stylesheet" type="text/css" href="../default.css"> <link rel="stylesheet" type="text/css"
Received on Monday, 25 April 2011 07:25:24 UTC