summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_routes.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-12 21:00:49 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-12 21:00:49 +0000
commit0e1dce2659407bf3f164747dc9fdf29f6132923a (patch)
treef3564a34aae5833a85c9418e6f5e7f74377d966f /usr/local/www/diag_routes.php
parent00908429833f0f5426863f1f171a94f59a53f321 (diff)
downloadpfsense-0e1dce2659407bf3f164747dc9fdf29f6132923a.zip
pfsense-0e1dce2659407bf3f164747dc9fdf29f6132923a.tar.gz
Do not hard code white
Diffstat (limited to 'usr/local/www/diag_routes.php')
-rw-r--r--usr/local/www/diag_routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_routes.php b/usr/local/www/diag_routes.php
index 3c35328..1f581ac 100644
--- a/usr/local/www/diag_routes.php
+++ b/usr/local/www/diag_routes.php
@@ -82,7 +82,7 @@ include('head.inc');
$name = ($tabindex == 0 ? 'IPv4' : 'IPv6');
?>
<table class="tabcont" width="100%" cellspacing="0" cellpadding="6" border="0">
-<tr><td class="listbg" colspan="<?=$elements?>"><font color="white"><strong><?=$name;?></strong></font></td></tr>
+<tr><td class="listbg" colspan="<?=$elements?>"><strong><?=$name;?></strong></font></td></tr>
<?
foreach (explode("\n", $table) as $i => $line) {
if ($i == 0) continue;
OpenPOWER on IntegriCloud