summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/status_gateway_groups.php2
-rwxr-xr-xusr/local/www/status_gateways.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/status_gateway_groups.php b/usr/local/www/status_gateway_groups.php
index 76a426a..730e55e 100755
--- a/usr/local/www/status_gateway_groups.php
+++ b/usr/local/www/status_gateway_groups.php
@@ -193,7 +193,7 @@ effect.");?><br>
</table>
</td>
<td class="listbg">
- <font color="#FFFFFF"><?=htmlspecialchars($gateway_group['descr']);?>&nbsp;
+ <?=htmlspecialchars($gateway_group['descr']);?>&nbsp;
</td>
</tr>
<?php $i++; endforeach; ?>
diff --git a/usr/local/www/status_gateways.php b/usr/local/www/status_gateways.php
index 441dff6..94b0a3a 100755
--- a/usr/local/www/status_gateways.php
+++ b/usr/local/www/status_gateways.php
@@ -126,7 +126,7 @@ include("head.inc");
</table>
</td>
<td class="listbg" >
- <font color="#FFFFFF"><?=$gateway['descr'];?></font>
+ <?=$gateway['descr'];?></font>
</td>
</tr>
<?php
OpenPOWER on IntegriCloud