- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 22 Feb 2007 07:16:48 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv7537
Modified Files:
opt_show_tidy.tmpl
Log Message:
bit of legalese for 3rd-party tidy
Index: opt_show_tidy.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/opt_show_tidy.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- opt_show_tidy.tmpl 20 Feb 2007 02:05:43 -0000 1.2
+++ opt_show_tidy.tmpl 22 Feb 2007 07:16:46 -0000 1.3
@@ -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>
Received on Thursday, 22 February 2007 07:16:57 UTC