diff options
-rwxr-xr-x | usr/local/www/firewall_rules_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php index 5cba8a8..ac29e5f 100755 --- a/usr/local/www/firewall_rules_edit.php +++ b/usr/local/www/firewall_rules_edit.php @@ -874,7 +874,7 @@ include("head.inc"); </td> </tr> <tr> - <td width="22%" valign="top" class="vncellreq">Diffserv Code Point</td> + <td width="22%" valign="top" class="vncell">Diffserv Code Point</td> <td width="78%" class="vtable"> <input name="dscp" id="dscp" value="<?=htmlspecialchars($pconfig['dscp']);?>"> <br /> |