diff options
author | ot <ot@localhost> | 2007-09-06 05:52:11 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-09-06 05:52:11 +0000 |
commit | 78169eb1754f354675b9fa9212fac105aa2c50ae (patch) | |
tree | ab15b8202d423c89fe94e521a6e39fdbc0eb7ab9 | |
parent | d3bf5a37117a896c57dc6e25e8d95b9c20be16a5 (diff) | |
download | markup-validator-78169eb1754f354675b9fa9212fac105aa2c50ae.zip markup-validator-78169eb1754f354675b9fa9212fac105aa2c50ae.tar.gz markup-validator-78169eb1754f354675b9fa9212fac105aa2c50ae.tar.bz2 |
in error listing, linking the file upload suggestion to the interface (suggestion by Brett)
-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 c6935da..6794c12 100644 --- a/share/templates/en_US/fatal-error.tmpl +++ b/share/templates/en_US/fatal-error.tmpl @@ -65,7 +65,7 @@ </p> <p class="tip"> Remember that you can always save the page to disk and Validate it - using the File Upload interface. + using the <a href="./#validate-by-upload">File Upload interface</a>. </p> </li> </TMPL_IF> |