modules/admin-full: filter options column through pcdata() in iptables status page
This commit is contained in:
parent
2863c0e2ed
commit
95aa9593c5
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ $Id$
|
|||
<td><%=link_iface(rule.outputif)%></td>
|
||||
<td><%=rule.source%></td>
|
||||
<td><%=rule.destination%></td>
|
||||
<td style="width:30%"><small><%=#rule.options > 0 and table.concat(rule.options, " ") or "-"%></small></td>
|
||||
<td style="width:30%"><small><%=#rule.options > 0 and luci.util.pcdata(table.concat(rule.options, " ")) or "-"%></small></td>
|
||||
</tr>
|
||||
<% end %>
|
||||
|
||||
|
|
Loading…
Reference in a new issue