mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Escapes double-quotes in AS html
This commit is contained in:
parent
b818b053e7
commit
a07b8fe22a
1 changed files with 1 additions and 0 deletions
|
|
@ -296,6 +296,7 @@ end
|
|||
-- ##############################################
|
||||
|
||||
function printASN(asn, asname)
|
||||
asname = asname:gsub('"','')
|
||||
if(asn > 0) then
|
||||
return("<A HREF='http://as.robtex.com/as"..asn..".html' title='"..asname.."'>"..asname.."</A> <i class='fa fa-external-link fa-lg'></i>")
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue