Make sure text box is fixed width

http://sourceforge.net/tracker/?func=detail&atid=117457&aid=3310826&group_id=17457
This commit is contained in:
Jamie Cameron
2011-06-04 09:42:16 -07:00
parent d0aff9c1c1
commit 461daf31dc

View File

@@ -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";