From cec59fa0852e56b6fe8efad1ed6d6b5c1b7cc83b Mon Sep 17 00:00:00 2001 From: nnposter Date: Sun, 25 Feb 2018 00:33:50 +0000 Subject: [PATCH] Fixes line wrapping --- nselib/url.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nselib/url.lua b/nselib/url.lua index 60acafa45..9328854a9 100644 --- a/nselib/url.lua +++ b/nselib/url.lua @@ -152,7 +152,8 @@ end -- @return A table with the following fields, where RFC naming conventions have -- been preserved: -- scheme, authority, userinfo, --- user, password, host, ascii_host, +-- user, password, +-- host, ascii_host, -- port, path, params, -- query, and fragment. -----------------------------------------------------------------------------