diff options
author | bjoern <bjoern@localhost> | 2006-04-29 16:32:46 +0000 |
---|---|---|
committer | bjoern <bjoern@localhost> | 2006-04-29 16:32:46 +0000 |
commit | 90837d5a3f27ee8ebcdc7f40fbc8d0ae308ef09d (patch) | |
tree | f82c6804bdbb01655cc7a4a764e676d50d762cdb | |
parent | 2f2f2c88a9f5b4c60c0e7eae181b90a4eeb904fd (diff) | |
download | markup-validator-90837d5a3f27ee8ebcdc7f40fbc8d0ae308ef09d.zip markup-validator-90837d5a3f27ee8ebcdc7f40fbc8d0ae308ef09d.tar.gz markup-validator-90837d5a3f27ee8ebcdc7f40fbc8d0ae308ef09d.tar.bz2 |
fix for http://www.w3.org/mid/44533137.5010909@gmail.com
-rw-r--r-- | share/templates/en_US/fatal-error.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templates/en_US/fatal-error.tmpl b/share/templates/en_US/fatal-error.tmpl index 746eee3..fd317f7 100644 --- a/share/templates/en_US/fatal-error.tmpl +++ b/share/templates/en_US/fatal-error.tmpl @@ -40,7 +40,7 @@ <p> Sorry, this type of <a href="http://www.w3.org/Addressing/">URL</a> - <a href="http://www.iana.org/assignments/uri-schemes">scheme</a> + <a href="http://www.iana.org/assignments/uri-schemes.html">scheme</a> (<q><TMPL_VAR NAME="fatal_uri_scheme" ESCAPE="HTML"></q>) is not supported by this service. Please check that you entered the URL correctly. </p> |