diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-11-21 17:29:18 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-11-21 17:29:18 -0500 |
commit | b803c68f8dbe1bf68169dd2b6e926d4587623238 (patch) | |
tree | 3cee39c75956f782c9a5bece8cd770474016925e /config/unbound/unbound_status.php | |
parent | 3fb41d4d7b6718af3d1d6856b26547b65b30fdf6 (diff) | |
download | pfsense-packages-b803c68f8dbe1bf68169dd2b6e926d4587623238.tar.gz pfsense-packages-b803c68f8dbe1bf68169dd2b6e926d4587623238.tar.bz2 pfsense-packages-b803c68f8dbe1bf68169dd2b6e926d4587623238.zip |
Use courier fixed width font
Diffstat (limited to 'config/unbound/unbound_status.php')
-rw-r--r-- | config/unbound/unbound_status.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/unbound/unbound_status.php b/config/unbound/unbound_status.php index 85b78035..f94ccfd8 100644 --- a/config/unbound/unbound_status.php +++ b/config/unbound/unbound_status.php @@ -43,7 +43,7 @@ function doCmdT($title, $command) { echo "<a name=\"" . $title . "\">\n"; echo "<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n"; echo "<tr><td class=\"listtopic\">" . $title . "</td></tr>\n"; - echo "<tr><td class=\"listlr\"><textarea cols=\"101\" rows=\"20\">"; /* no newline after pre */ + echo "<tr><td class=\"listlr\"><textarea style=\"font-family:courier\"cols=\"101\" rows=\"20\">"; /* no newline after pre */ if ($command == "dumpconfigxml") { $fd = @fopen("/conf/config.xml", "r"); |