- From: Bjoern Hoehrmann <bjoern@dev.w3.org>
- Date: Fri, 18 Jun 2004 23:17:46 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin In directory hutz:/tmp/cvs-serv22582 Modified Files: Tag: validator-0_6_0-branch check Log Message: no xml:lang attribute in HTML 4.01 Index: check =================================================================== RCS file: /sources/public/validator/httpd/cgi-bin/check,v retrieving revision 1.305.2.142 retrieving revision 1.305.2.143 diff -u -d -r1.305.2.142 -r1.305.2.143 --- check 18 Jun 2004 16:55:32 -0000 1.305.2.142 +++ check 18 Jun 2004 23:17:44 -0000 1.305.2.143 @@ -1219,7 +1219,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> -<html lang="en" xml:lang="en"> +<html lang="en"> <head><title>401 Authorization Required</title></head> <body> <h1>Authorization Required</h1>
Received on Friday, 18 June 2004 19:18:35 UTC