summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorville <ville@localhost>2005-02-22 18:14:56 +0000
committerville <ville@localhost>2005-02-22 18:14:56 +0000
commit559c834e5bceca5ed29449c88d8758ebe8d5bec0 (patch)
treef0e6bb83b855dd894ffbc2b9ef17c6fe78f8e737
parent2963dfd4f03aee42fc4119d09660099bbf500bfa (diff)
downloadmarkup-validator-559c834e5bceca5ed29449c88d8758ebe8d5bec0.zip
markup-validator-559c834e5bceca5ed29449c88d8758ebe8d5bec0.tar.gz
markup-validator-559c834e5bceca5ed29449c88d8758ebe8d5bec0.tar.bz2
Link to RFC 1918 from the "not public" error message.
-rw-r--r--share/templates/en_US/fatal-error.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/templates/en_US/fatal-error.tmpl b/share/templates/en_US/fatal-error.tmpl
index 7f761ee..5d803eb 100644
--- a/share/templates/en_US/fatal-error.tmpl
+++ b/share/templates/en_US/fatal-error.tmpl
@@ -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>