Fix indentation
This commit is contained in:
parent
dfdae5dacd
commit
f4875cbd86
@ -4,14 +4,14 @@ return function (connection, args)
|
|||||||
connection:send('<body>')
|
connection:send('<body>')
|
||||||
connection:send('<h1>Arguments</h1>')
|
connection:send('<h1>Arguments</h1>')
|
||||||
|
|
||||||
local form = [===[
|
local form = [===[
|
||||||
<form method="GET">
|
<form method="GET">
|
||||||
First name:<br><input type="text" name="firstName"><br>
|
First name:<br><input type="text" name="firstName"><br>
|
||||||
Last name:<br><input type="text" name="lastName"><br>
|
Last name:<br><input type="text" name="lastName"><br>
|
||||||
<input type="radio" name="sex" value="male" checked>Male<input type="radio" name="sex" value="female">Female<br>
|
<input type="radio" name="sex" value="male" checked>Male<input type="radio" name="sex" value="female">Female<br>
|
||||||
<input type="submit" value="Submit">
|
<input type="submit" value="Submit">
|
||||||
</form>
|
</form>
|
||||||
]===]
|
]===]
|
||||||
|
|
||||||
connection:send(form)
|
connection:send(form)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user