Make sure text box is fixed width
authorJamie Cameron <jcameron@webmin.com>
Sat, 4 Jun 2011 16:42:16 +0000 (09:42 -0700)
committerJamie Cameron <jcameron@webmin.com>
Sat, 4 Jun 2011 16:42:16 +0000 (09:42 -0700)
http://sourceforge.net/tracker/?func=detail&atid=117457&aid=3310826&group_id=17457

uptracker.cgi

index 7699651..14d1ecf 100755 (executable)
@@ -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 "<form>\n";
 print "<center><table>\n";
 print "<tr> <td><b>$text{'uptracker_file'}</b></td>\n";