- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 14 Feb 2009 00:10:34 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/css
In directory hutz:/tmp/cvs-serv28311/org/w3c/css/css
Modified Files:
xhtml.properties
Log Message:
@charset was not using the right variable name
Index: xhtml.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/xhtml.properties,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- xhtml.properties 13 Feb 2009 14:03:36 -0000 1.29
+++ xhtml.properties 14 Feb 2009 00:10:32 -0000 1.30
@@ -233,7 +233,7 @@
<div class='vAtRule'>
#if ($style_charset)
- <div class='vCharset'>@charset "$charset";</div>
+ <div class='vCharset'>@charset "$style_charset";</div>
#end
#foreach ( $rules in $at_rules_list )
Received on Saturday, 14 February 2009 00:10:42 UTC