luci-mod-status: fix CDATA marker on iptables status page
Fixes: f6bfac211
("luci-mod-status: rework iptables status page")
Reported-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
94323a61e1
commit
a9948891a8
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script type="text/javascript">//<[!CDATA[
|
<script type="text/javascript">//<![CDATA[
|
||||||
var table_names = [ 'Filter', 'NAT', 'Mangle', 'Raw' ];
|
var table_names = [ 'Filter', 'NAT', 'Mangle', 'Raw' ];
|
||||||
|
|
||||||
function create_table_section(table)
|
function create_table_section(table)
|
||||||
|
|
Loading…
Reference in a new issue