diff --git a/scripts/http-robtex-shared-ns.nse b/scripts/http-robtex-shared-ns.nse
index 7aa05e9cc..f80e69f92 100644
--- a/scripts/http-robtex-shared-ns.nse
+++ b/scripts/http-robtex-shared-ns.nse
@@ -41,7 +41,7 @@ categories = {
function parse_robtex_response (data)
local result = {};
- for linkhref, ns, domain in string.gmatch(data, "(.-)") do
+ for linkhref, ns, domain in string.gmatch(data, "(.-)") do
if not table.contains(result, domain) then
table.insert(result, domain);
end