- From: TAKAHASHI Makoto <hobbit_mak@yahoo.co.jp>
- Date: Thu, 5 Feb 2009 15:41:45 +0900 (JST)
- To: css-validator <www-validator-css@w3.org>
In xhtml.properties language is fixed to "en". This should be changed by variable. --- z:\cssvalidator\2002\css-validator/org/w3c/css/css/xhtml.properties Thu Feb 05 09:41:58 2009 +++ z:\jigsaw\jigsaw\www\servlet\css-validator/org/w3c/css/css/xhtml.properties Wed Feb 04 15:33:46 2009 @@ -1,14 +1,17 @@ <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'> +<html lang='$content-language' xml:lang='$content-language' xmlns='http://www.w3.org/1999/xhtml'> <head> Makoto -------------------------------------- Yahoo! JAPAN - Internet safety for children and parents. http://pr.mail.yahoo.co.jp/security/
Received on Thursday, 5 February 2009 06:42:27 UTC