- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 22 Feb 2005 18:14:59 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv32489/share/templates/en_US
Modified Files:
fatal-error.tmpl
Log Message:
Link to RFC 1918 from the "not public" error message.
Index: fatal-error.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/fatal-error.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- fatal-error.tmpl 22 Feb 2005 17:45:13 -0000 1.3
+++ fatal-error.tmpl 22 Feb 2005 18:14:56 -0000 1.4
@@ -71,7 +71,8 @@
<TMPL_IF NAME="fatal_ip_error">
<p>
Sorry, the IP address <TMPL_IF NAME="fatal_ip_hostname">of</TMPL_IF>
- <TMPL_VAR NAME="fatal_ip_host"> is not public.
+ <TMPL_VAR NAME="fatal_ip_host"> is
+ <a href="http://www.ietf.org/rfc/rfc1918.txt">not public</a>.
For security reasons, validating resources located at non-public IP
addresses has been disabled in this service.
</p>
Received on Tuesday, 22 February 2005 18:14:59 UTC