mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user