diff --git a/uptracker.cgi b/uptracker.cgi index 769965118..14d1ecfb8 100755 --- a/uptracker.cgi +++ b/uptracker.cgi @@ -16,7 +16,7 @@ $id =~ /^[a-z0-9_]+$/i || &error($text{'uptracker_eid2'}); $| = 1; # Output text boxes that get updated with filenames and progress -$ff = "style='font-family: courier'"; +$ff = "style='font-family: courier,monospace'"; print "
\n"; print "
\n"; print "\n";
$text{'uptracker_file'}