- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 17 Feb 2009 14:40:49 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/index In directory hutz:/tmp/cvs-serv3176/org/w3c/css/index Modified Files: header.vm Log Message: default style/script type. as suggested by Makoto Takahashi Index: header.vm =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/index/header.vm,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- header.vm 5 Feb 2009 14:31:32 -0000 1.3 +++ header.vm 17 Feb 2009 14:40:47 -0000 1.4 @@ -3,6 +3,8 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="$lang" lang="$lang"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <meta http-equiv="Content-Script-Type" content="text/javascript" /> + <meta http-equiv="Content-Style-Type" content="text/css" /> <title>$W3C_CSS_validation_service</title> <link rev="made" href="mailto:www-validator-css@w3.org" /> <link rev="start" href="./" title="$home_title" />
Received on Tuesday, 17 February 2009 14:49:05 UTC