mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix #3521, show correct field descr
This commit is contained in:
parent
dd246dc48d
commit
46fb4fe77d
@ -484,7 +484,7 @@ function enable_change(enable_change) {
|
||||
<?=htmlspecialchars($rollent['count']);?>
|
||||
</td>
|
||||
<td class="listr">
|
||||
<?=htmlspecialchars($rollent['comment']); ?>
|
||||
<?=htmlspecialchars($rollent['descr']); ?>
|
||||
</td>
|
||||
<td valign="middle" nowrap class="list">
|
||||
<div id='addeditdelete<?=$i?>'>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user