validator/share/templates/en_US table.tmpl,1.39,1.40

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

Modified Files:
	table.tmpl 
Log Message:
applying patch for the forwarding of accept-* headers in the case of referer validation - as proposed and submitted by Etienne Miret - see thread http://www.w3.org/Search/Mail/Public/search?keywords=&hdr-1-name=subject&hdr-1-query=Content-Negotiation+in+check+referer+requests&index-type=t&type-index=www-validator

Index: table.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/table.tmpl,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- table.tmpl	5 May 2008 03:29:30 -0000	1.39
+++ table.tmpl	20 Jun 2008 08:51:02 -0000	1.40
@@ -160,7 +160,10 @@
         <p class="moreinfo">
           <a href="docs/users.html#Options">Help</a> on the options is available.
         </p>
-        <div id="revalidate_button" class="submit_button"><input type="submit" value="Revalidate" title="Validate this document again" /></div>
+    <div id="revalidate_button" class="submit_button">
+ <TMPL_IF NAME="accept"><input type="hidden" value="<TMPL_VAR NAME="accept" ESCAPE=HTML>" id="accept" name="accept" /></TMPL_IF><TMPL_IF NAME="accept-language"><input type="hidden" value="<TMPL_VAR NAME="accept-language" ESCAPE=HTML>" id="accept-language" name="accept-language" /></TMPL_IF><TMPL_IF NAME="accept-charset"><input type="hidden" value="<TMPL_VAR NAME="accept-charset" ESCAPE=HTML>" id="accept-charset" name="accept-charset" /></TMPL_IF>
+      <input type="submit" value="Revalidate" title="Validate this document again" />
+    </div>
   </fieldset>
 </form>
 </TMPL_IF>

Received on Friday, 20 June 2008 08:51:40 UTC