validator/share/templates/en_US header.tmpl,1.19,1.20

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

Modified Files:
	header.tmpl 
Log Message:
Avoid whitespace/empty lines before XML declaration, simplify "depth" template expression.

Index: header.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/header.tmpl,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- header.tmpl	31 Mar 2005 04:33:37 -0000	1.19
+++ header.tmpl	9 Apr 2005 15:42:03 -0000	1.20
@@ -1,9 +1,8 @@
 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>
-
+X-W3C-Validator-Recursion: <TMPL_VAR NAME="depth" DEFAULT="1"><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 Saturday, 9 April 2005 15:42:06 UTC