diff options
Diffstat (limited to 'usr/local/www/system_gateways.php')
-rwxr-xr-x | usr/local/www/system_gateways.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_gateways.php b/usr/local/www/system_gateways.php index 0dc3835..10959f3 100755 --- a/usr/local/www/system_gateways.php +++ b/usr/local/www/system_gateways.php @@ -153,7 +153,7 @@ effect.");?><br> <?=htmlspecialchars($gateway['monitor']);?> </td> <td class="listbg" ondblclick="document.location='system_gateways_edit.php?id=<?=$i;?>';"> - <font color="#FFFFFF"><?=htmlspecialchars($gateway['descr']);?> + <?=htmlspecialchars($gateway['descr']);?> </td> <td valign="middle" nowrap class="list"> <table border="0" cellspacing="0" cellpadding="1"> |