detailed.html vs table.tmpl (trivial patch)

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&nbsp;Outline</label></td>
86c86
< 		/>Parse&nbsp;Tree</label></td>
---
> 		/>Show&nbsp;Parse&nbsp;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