summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_routes.php
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2011-06-28 15:17:03 +0200
committerWarren Baker <warren@decoy.co.za>2011-06-28 15:17:03 +0200
commit03d7297b79edb65b79a76c9ea56db793bd5bbf94 (patch)
treecfce4ce9c3eb2fbf244e0a3de2d69da02335e226 /usr/local/www/diag_routes.php
parentbeaab62274becfd51117d6f84d7b2db93c89b80e (diff)
downloadpfsense-03d7297b79edb65b79a76c9ea56db793bd5bbf94.zip
pfsense-03d7297b79edb65b79a76c9ea56db793bd5bbf94.tar.gz
Use correct table header class.
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 f8e2926..2a61223 100644
--- a/usr/local/www/diag_routes.php
+++ b/usr/local/www/diag_routes.php
@@ -86,7 +86,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?>"><strong><?=$name;?></strong></font></td></tr>
+<tr><td class="listtopic" colspan="<?=$elements?>"><strong><?=$name;?></strong></font></td></tr>
<?php
foreach (explode("\n", $table) as $i => $line) {
if ($i == 0) continue;
OpenPOWER on IntegriCloud