mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Adds missing quotes to href attributes
This commit is contained in:
parent
696137ca0b
commit
05d4956fbd
22 changed files with 91 additions and 91 deletions
|
|
@ -18,7 +18,7 @@ if(mode ~= "embed") then
|
|||
dofile(dirs.installdir .. "/scripts/lua/inc/menu.lua")
|
||||
end
|
||||
|
||||
print("<hr><h2><A HREF="..ntop.getHttpPrefix().."/lua/host_details.lua?host="..host_ip..">"..host_name.."</A> Processes Interaction</H2>")
|
||||
print("<hr><h2><A HREF='"..ntop.getHttpPrefix().."/lua/host_details.lua?host="..host_ip.."'>"..host_name.."</A> Processes Interaction</H2>")
|
||||
|
||||
ntop.dumpFile(dirs.installdir .. "/httpdocs/inc/sprobe_process_header.inc")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue