summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_routes.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-12 20:22:46 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-12 20:22:46 +0000
commit33300c73f2f3200523b967acda926457ad8eef05 (patch)
tree1cad778aaa74402a6096f51328ebc25b9eab2f05 /usr/local/www/system_routes.php
parentb9056c39ef5692c659c73f18316f173931d8e947 (diff)
downloadpfsense-33300c73f2f3200523b967acda926457ad8eef05.zip
pfsense-33300c73f2f3200523b967acda926457ad8eef05.tar.gz
Do not hard code white
Diffstat (limited to 'usr/local/www/system_routes.php')
-rwxr-xr-xusr/local/www/system_routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_routes.php b/usr/local/www/system_routes.php
index 0c2175a..ae918e1 100755
--- a/usr/local/www/system_routes.php
+++ b/usr/local/www/system_routes.php
@@ -174,7 +174,7 @@ include("head.inc");
?>
</td>
<td class="listbg" ondblclick="document.location='system_routes_edit.php?id=<?=$i;?>';">
- <font color="#FFFFFF"><?=htmlspecialchars($route['descr']);?>&nbsp;
+ <?=htmlspecialchars($route['descr']);?>&nbsp;
</td>
<td valign="middle" nowrap class="list">
<table border="0" cellspacing="0" cellpadding="1">
OpenPOWER on IntegriCloud