validator/httpd/cgi-bin check,1.305.2.133,1.305.2.134

Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv838/httpd/cgi-bin

Modified Files:
      Tag: validator-0_6_0-branch
	check 
Log Message:
Add empty <div> to work around a box-calculation bug in Safari 1.2.


Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.305.2.133
retrieving revision 1.305.2.134
diff -u -d -r1.305.2.133 -r1.305.2.134
--- check	18 May 2004 01:19:17 -0000	1.305.2.133
+++ check	18 May 2004 02:04:06 -0000	1.305.2.134
@@ -1057,6 +1057,7 @@
 .EOF.
   }
   print qq(      </div>\n);
+  print qq(      <div class="cheat"><!-- *sigh* --></div>\n);
   print qq(      </fieldset>\n);
 
   print qq(  </form>\n);

Received on Monday, 17 May 2004 22:08:31 UTC