mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Whitespace fixes.
This commit is contained in:
parent
99c6135271
commit
8af8524efc
@ -134,8 +134,7 @@ include("head.inc");
|
||||
<td class="listlr" ondblclick="document.location='system_gateway_groups_edit.php?id=<?=$i;?>';">
|
||||
<?php
|
||||
echo $gateway_group['name'];
|
||||
?>
|
||||
|
||||
?>
|
||||
</td>
|
||||
<td class="listr" ondblclick="document.location='system_gateway_groups_edit.php?id=<?=$i;?>';">
|
||||
<?php
|
||||
@ -154,7 +153,7 @@ include("head.inc");
|
||||
?>
|
||||
</td>
|
||||
<td class="listbg" ondblclick="document.location='system_gateway_groups_edit.php?id=<?=$i;?>';">
|
||||
<?=htmlspecialchars($gateway_group['descr']);?>
|
||||
<?=htmlspecialchars($gateway_group['descr']);?>
|
||||
</td>
|
||||
<td valign="middle" nowrap class="list">
|
||||
<table border="0" cellspacing="0" cellpadding="1">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user