Escapes double-quotes in AS html

This commit is contained in:
Simone Mainardi 2016-06-01 15:47:02 +02:00
parent b818b053e7
commit a07b8fe22a

View file

@ -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