Adds missing quotes to href attributes

This commit is contained in:
emanuele-f 2017-02-02 15:52:09 +01:00
parent 696137ca0b
commit 05d4956fbd
22 changed files with 91 additions and 91 deletions

View file

@ -28,7 +28,7 @@ end
vers = string.split(info["version.git"], ":")
if((vers ~= nil) and (vers[2] ~= nil)) then
ntopng_git_url = "<A HREF=https://github.com/ntop/ntopng/commit/".. vers[2] ..">"..info["version"].."</A>"
ntopng_git_url = "<A HREF=\"https://github.com/ntop/ntopng/commit/".. vers[2] .."\">"..info["version"].."</A>"
else
ntopng_git_url = info["version"]
end