mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 00:19:01 +00:00
Fix some nsedoc
This commit is contained in:
@@ -1904,7 +1904,7 @@ end
|
|||||||
---
|
---
|
||||||
-- Parses a form, that is, finds its action and fields.
|
-- Parses a form, that is, finds its action and fields.
|
||||||
-- @param form A plaintext representation of form
|
-- @param form A plaintext representation of form
|
||||||
-- @return A dictionary with keys: <code>action</action>,
|
-- @return A dictionary with keys: <code>action</code>,
|
||||||
-- <code>method</code> if one is specified, <code>fields</code>
|
-- <code>method</code> if one is specified, <code>fields</code>
|
||||||
-- which is a list of fields found in the form each of which has a
|
-- which is a list of fields found in the form each of which has a
|
||||||
-- <code>name</code> attribute and <code>type</code> if specified.
|
-- <code>name</code> attribute and <code>type</code> if specified.
|
||||||
|
|||||||
Reference in New Issue
Block a user