- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 18 Apr 2007 08:02:36 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv4634
Modified Files:
detailed-form_directinput.html detailed.html footer.html
index.html
Log Message:
fixing markup glitches
Index: detailed.html
===================================================================
RCS file: /sources/public/validator/htdocs/detailed.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- detailed.html 10 Apr 2007 03:09:05 -0000 1.22
+++ detailed.html 18 Apr 2007 08:02:33 -0000 1.23
@@ -80,4 +80,6 @@
</div> <!-- frontforms -->
<!--#include virtual="intro.html" -->
<!--#include virtual="footer.html" -->
+ </body>
+</html>
Index: detailed-form_directinput.html
===================================================================
RCS file: /sources/public/validator/htdocs/detailed-form_directinput.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- detailed-form_directinput.html 12 Apr 2007 11:51:12 -0000 1.5
+++ detailed-form_directinput.html 18 Apr 2007 08:02:33 -0000 1.6
@@ -10,7 +10,7 @@
<tr><th colspan="3"><input id="<!--#echo var="fieldset_id" -->_prefill_yes" name="prefill" type="radio" value="1" />
<label for="<!--#echo var="fieldset_id" -->_prefill_yes">Validate HTML fragment</label></th></tr>
<tr class="subchoice" id="choice_frag">
- <th class="subchoice_head"><label for="fill_doctype">Use Doctype:</label></th>
+ <th class="subchoice_head">Use Doctype:</th>
<td>
<input type="radio" name="prefill_doctype" id="<!--#echo var="fieldset_id" -->fill_doctype_html401" value="html401" checked="checked" /><label for="<!--#echo var="fieldset_id" -->fill_doctype_html401">HTML 4.01</label>
<input type="radio" name="prefill_doctype" id="<!--#echo var="fieldset_id" -->fill_doctype_xhtml10" value="xhtml10" /><label for="<!--#echo var="fieldset_id" -->fill_doctype_xhtml10">XHTML 1.0</label></td></tr>
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/index.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- index.html 10 Apr 2007 03:09:05 -0000 1.87
+++ index.html 18 Apr 2007 08:02:33 -0000 1.88
@@ -67,4 +67,6 @@
<!--#include virtual="intro.html" -->
<!--#include virtual="footer.html" -->
+ </body>
+</html>
Index: footer.html
===================================================================
RCS file: /sources/public/validator/htdocs/footer.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- footer.html 18 Apr 2007 07:22:59 -0000 1.14
+++ footer.html 18 Apr 2007 08:02:33 -0000 1.15
@@ -46,7 +46,3 @@
<a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
statements.
</p>
-
- </body>
-
-</html>
Received on Wednesday, 18 April 2007 08:02:45 UTC