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 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 26 April 2012 12:55:08 GMT