aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound/unbound_status.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-11-21 17:29:18 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-11-21 17:29:18 -0500
commitb803c68f8dbe1bf68169dd2b6e926d4587623238 (patch)
tree3cee39c75956f782c9a5bece8cd770474016925e /config/unbound/unbound_status.php
parent3fb41d4d7b6718af3d1d6856b26547b65b30fdf6 (diff)
downloadpfsense-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.php2
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");