From f4875cbd866d6bf114e904fa15a9f0424e72b8b5 Mon Sep 17 00:00:00 2001 From: Marcos Kirsch Date: Sat, 28 Feb 2015 16:34:24 -0600 Subject: [PATCH] Fix indentation --- http/args.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/http/args.lua b/http/args.lua index c2fd669..e359f90 100644 --- a/http/args.lua +++ b/http/args.lua @@ -4,14 +4,14 @@ return function (connection, args) connection:send('') connection:send('

Arguments

') -local form = [===[ -
- First name:

- Last name:

- MaleFemale
- -
-]===] + local form = [===[ +
+ First name:

+ Last name:

+ MaleFemale
+ +
+ ]===] connection:send(form)