validator/share/templates/en_US fatal-error.tmpl,1.26,1.27

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

Modified Files:
	fatal-error.tmpl 
Log Message:
Add error document validation link to fatal error view (#7399).

Index: fatal-error.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/fatal-error.tmpl,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- fatal-error.tmpl	23 Jun 2009 18:08:21 -0000	1.26
+++ fatal-error.tmpl	31 Aug 2009 21:30:03 -0000	1.27
@@ -149,6 +149,15 @@
     <p><code><TMPL_VAR NAME="fatal_http_warn" ESCAPE="HTML"></code></p>
   </blockquote>
   </TMPL_IF>
+  <TMPL_IF NAME="fatal_http_no200">
+  <p>
+    You can choose to
+    <a href="<TMPL_VAR NAME="fatal_http_no200" ESCAPE="HTML">">validate
+    the received error document</a> for example if the URL intentionally
+    points to one (there is also a "Validate error pages" option in the
+    options view for this purpose).
+  </p>
+  </TMPL_IF>
 </li>
 </TMPL_IF>
 

Received on Monday, 31 August 2009 21:30:17 UTC