--- HoTTProxy/UI.pm 2005-10-10 00:00:59.000000000 -0400 +++ /home/srwalter/hottproxy~/HoTTProxy/UI.pm 2006-01-17 22:43:43.000000000 -0500 @@ -141,7 +141,7 @@ if (param('confirm') ne 'delete') { print "
You are about to delete user $user!\n"; - print "
\n"; + print "\n"; print "\n"; print "\n"; print "
\n"; @@ -250,7 +250,7 @@ # This next line is very confusing - but - if all of those tests are passed, it records the record instead of showing the edit screen if (($type and (not $action eq 'record')) or ((not $user{'name'}) or ((not $user{'password'}) and not param('old-p')) or (scalar keys(%validationError)))) { - print " \n"; + print " \n"; # If we're editing an existing user we need to pass those fields along. if ($user and $type) { print "\n"; @@ -533,7 +533,7 @@ if ((not $action) or (scalar keys(%validationError))) { - print " + print "
@@ -985,4 +985,4 @@ return sprintf("%04d-%02d-%02d %02d:%02d:%02d",$year+1900,$mon+1,$mday,$hour,$min,$sec); } -1; \ No newline at end of file +1;