- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 12 Sep 2009 13:38:28 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US In directory hutz:/tmp/cvs-serv5124 Modified Files: opt_show_tidy.tmpl Log Message: Avoid inserting newlines around tidy output. Index: opt_show_tidy.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/opt_show_tidy.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- opt_show_tidy.tmpl 22 Feb 2007 07:16:46 -0000 1.3 +++ opt_show_tidy.tmpl 12 Sep 2009 13:38:26 -0000 1.4 @@ -5,9 +5,7 @@ as processed through <a href="http://tidy.sourceforge.net/">HTML Tidy</a>.</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> + <pre class="source"><TMPL_VAR NAME="tidy_output" ESCAPE="HTML"></pre> <TMPL_INCLUDE NAME="backtop.tmpl">
Received on Saturday, 12 September 2009 13:38:37 UTC