summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/templates/en_US/opt_show_tidy.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/templates/en_US/opt_show_tidy.tmpl b/share/templates/en_US/opt_show_tidy.tmpl
index c034d06..2952efa 100644
--- a/share/templates/en_US/opt_show_tidy.tmpl
+++ b/share/templates/en_US/opt_show_tidy.tmpl
@@ -1,10 +1,10 @@
<div id="tidy">
- <h3>Cleaned-up Source Listing</h3>
+ <h3>Cleaned-up Source Listing with "Tidy"</h3>
<p>Below is the <em>cleaned up</em> markup for your document,
as processed through <a href="http://tidy.sourceforge.net/">HTML Tidy</a>.</p>
- <p>The automatic clean-up is not guaranteed to make your markup valid or semantically
- correct, but should generally be helpful.</p>
+ <p>Tidy is a third-party software not developed at W3C,
+ and its output is <em>provided without any guarantee</em>.</p>
<pre class="source">
<TMPL_VAR NAME="tidy_output" ESCAPE="HTML">
</pre>