diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-02-28 23:29:15 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-02-28 23:29:15 +0000 |
commit | 740dac8184c7930cbab75897bf0d35246612ea5f (patch) | |
tree | 52311296aaaee410c30d67c9c01c788404fda3fb /usr/local | |
parent | 24452897d1a389f5dd1578522451d59e581ae820 (diff) | |
download | pfsense-740dac8184c7930cbab75897bf0d35246612ea5f.zip pfsense-740dac8184c7930cbab75897bf0d35246612ea5f.tar.gz |
Insert a non-breaking space to make sure the border does not get broken.
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/firewall_shaper_queues.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_shaper_queues.php b/usr/local/www/firewall_shaper_queues.php index b4e37dc..2211aab 100755 --- a/usr/local/www/firewall_shaper_queues.php +++ b/usr/local/www/firewall_shaper_queues.php @@ -141,7 +141,7 @@ if ($_GET['act'] == "del") { <?=($i+1);?> </td> <td class="listr"> - <?=$queue['priority'];?> + <?=$queue['priority'];?> </td> <td class="listr"> <?php |