- From: Dave Evans <david.evans@power.net.uk>
- Date: Thu, 09 Jan 2003 09:26:16 +0000
- To: www-validator@w3.org
- Message-ID: <3E1D4038.8030206@power.net.uk>
The six checkbox options (show source, show parse tree etc) appeared in different positions and with different labels on the aforementioned two pages. This patch fixes this anomaly. Regards, Dave Evans Power Internet ltd. This message has been comprehensively scanned for viruses, please visit http://virus.e2e-filter.com/ for details.
Index: share/templates/en_US/table.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/table.tmpl,v retrieving revision 1.8 diff -r1.8 table.tmpl 79c79 < />Outline</label></td> --- > />Show Outline</label></td> 86c86 < />Parse Tree</label></td> --- > />Show Parse Tree</label></td> Index: htdocs/detailed.html =================================================================== RCS file: /sources/public/validator/htdocs/detailed.html,v retrieving revision 1.13 diff -r1.13 detailed.html 85c85 < <td><label for="sp"><input id="sp" name="sp" type="checkbox" value="1" /> Show Parse Tree</label></td> --- > <td><label for="outline"><input id="outline" name="outline" type="checkbox" value="1" /> Show Outline</label></td> 88,89c88,89 < <td><label for="outline"><input id="outline" name="outline" type="checkbox" value="1" /> Show Outline</label></td> < <td><label for="noatt"><input id="noatt" name="noatt" type="checkbox" value="1" /> ...exclude attributes</label></td> --- > <td><label for="sp"><input id="sp" name="sp" type="checkbox" value="1" /> Show Parse Tree</label></td> > <td><label for="noatt"><input id="noatt" name="noatt" type="checkbox" value="1" /> ...no attributes</label></td> This message has been comprehensively scanned for viruses, please visit http://virus.e2e-filter.com/ for details.
Received on Thursday, 9 January 2003 04:26:43 UTC