diff --git a/nselib/http.lua b/nselib/http.lua index ded0a12f6..1f1a12380 100644 --- a/nselib/http.lua +++ b/nselib/http.lua @@ -1893,7 +1893,7 @@ function tag_pattern(tag, endtag) else patt[#patt+1] = "%f[%s/>].->" end - return patt:concat() + return table.concat(patt) end ---