From: Rob H. <for...@us...> - 2002-09-16 05:06:52
|
Update of /cvsroot/sandweb/sandweb/bin In directory usw-pr-cvs1:/tmp/cvs-serv1047/bin Modified Files: sandweb.cgi Log Message: making all files HTML 4.01 compliant instead of XHTML 1.0 compliant, due to non-complete XHTML compliance in Internet Explorer Index: sandweb.cgi =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v retrieving revision 1.318 retrieving revision 1.319 diff -U2 -r1.318 -r1.319 --- sandweb.cgi 12 Sep 2002 00:42:09 -0000 1.318 +++ sandweb.cgi 16 Sep 2002 05:06:47 -0000 1.319 @@ -563,5 +563,5 @@ my $content = Dumper($config, $auth, $ui, $log, $user); - $content = "Data Dump<br /><pre>" . $content . "</pre>"; + $content = "Data Dump<br><pre>" . $content . "</pre>"; print $cgi->header( -cookie => $ck_auth ); |