validator/share/templates/en_US header.tmpl,1.17,1.18

Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv23569/share/templates/en_US

Modified Files:
	header.tmpl 
Log Message:
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=1168 for xml, earl, n3 outputs
and adding X-W3C-* headers to non-custom outputs as well



Index: header.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/header.tmpl,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- header.tmpl	25 Feb 2005 00:18:51 -0000	1.17
+++ header.tmpl	24 Mar 2005 02:41:12 -0000	1.18
@@ -1,6 +1,9 @@
 Content-Language: en
 Content-Type: text/html; charset=utf-8
 X-W3C-Validator-Recursion: <TMPL_IF NAME="depth"><TMPL_VAR NAME="depth"><TMPL_ELSE>1</TMPL_IF>
+<TMPL_IF NAME="valid_status">X-W3C-Validator-Status: <TMPL_VAR NAME="valid_status"></TMPL_IF>
+<TMPL_IF NAME="valid_errors_num">X-W3C-Validator-Errors: <TMPL_VAR NAME="valid_errors_num"></TMPL_IF>
+
 
 <?xml version="1.0"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"

Received on Thursday, 24 March 2005 02:41:15 UTC