- From: Terje Bless <link@dev.w3.org>
- Date: Fri, 04 Feb 2005 16:50:15 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv23028/httpd/cgi-bin
Modified Files:
check
Log Message:
Make &authenticate spit out XHTML instead of HTML. Closing Bug #880.
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.379
retrieving revision 1.380
diff -u -d -r1.379 -r1.380
--- check 4 Feb 2005 16:36:49 -0000 1.379
+++ check 4 Feb 2005 16:50:13 -0000 1.380
@@ -1097,10 +1097,11 @@
Status: 401 Authorization Required
$headers
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
-<html lang="en">
- <head><title>401 Authorization Required</title></head>
+<?xml version="1.0"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+ <head><title>[WMVS] 401 Authorization Required</title></head>
<body>
<h1>Authorization Required</h1>
<p>Sorry, I am not authorized to access the specified URL.</p>
Received on Friday, 4 February 2005 16:50:16 UTC