validator/htdocs detailed.html,1.21,1.22 index.html,1.86,1.87

Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv27645

Modified Files:
	detailed.html index.html 
Log Message:
making direct input textarea a tad wider. Should be OK for most screen resolutions, even if it's quasi-impossible to cater for everyone...



Index: detailed.html
===================================================================
RCS file: /sources/public/validator/htdocs/detailed.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- detailed.html	4 Apr 2007 04:19:50 -0000	1.21
+++ detailed.html	10 Apr 2007 03:09:05 -0000	1.22
@@ -53,7 +53,7 @@
                   <form method="post" enctype="multipart/form-data" action="check">
                           <p class="instructions"><label title="Paste a complete (HTML) Document here" for="fragment">Enter the Markup (Full Document) to validate</label>:<br />
                                   
-                      	<textarea id="fragment" name="fragment" rows="12" cols="70"></textarea>
+                      	<textarea id="fragment" name="fragment" rows="12" cols="80"></textarea>
                        <!--  <br /><label for="parsemodel">Treat as:</label>
                                 <select id="parsemodel" name="parsemodel">
                                         <option value="sgml">HTML</option>

Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/index.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- index.html	4 Apr 2007 04:19:50 -0000	1.86
+++ index.html	10 Apr 2007 03:09:05 -0000	1.87
@@ -46,7 +46,7 @@
                   <form method="post" enctype="multipart/form-data" action="check">
                           <p class="instructions"><label title="Paste a complete (HTML) Document here" for="fragment">Enter the Markup (Full Document) to validate</label>:<br />
                                   
-                      	<textarea id="fragment" name="fragment" rows="12" cols="70"></textarea>
+                      	<textarea id="fragment" name="fragment" rows="12" cols="80"></textarea>
                         <!-- <br /><label for="parsemodel">Treat as:</label>
                                 <select id="parsemodel" name="parsemodel">
                                         <option value="sgml">HTML</option>

Received on Tuesday, 10 April 2007 03:09:12 UTC