html5/spec-author-view .htaccess,1.2,1.3

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv15266

Modified Files:
	.htaccess 
Log Message:
fixed charset problem reported by Shawn Medero


Index: .htaccess
===================================================================
RCS file: /sources/public/html5/spec-author-view/.htaccess,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- .htaccess	27 Aug 2009 08:46:39 -0000	1.2
+++ .htaccess	27 Aug 2009 18:55:49 -0000	1.3
@@ -1,3 +1,4 @@
 RedirectMatch permanent /html5/spec-author-view/multipage/Overview.html http://dev.w3.org/html5/spec-author-view/Overview.html
 RedirectMatch permanent /html5/spec-author-view/multipage/spec.html http://dev.w3.org/html5/spec-author-view/spec.html
 DirectoryIndex Overview.html
+AddType text/html;charset=utf-8 .html

Received on Thursday, 27 August 2009 18:55:59 UTC