aboutsummaryrefslogtreecommitdiff
path: root/examples/append.c
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2019-10-16 18:37:32 +0300
committerAleksey Veresov <aleksey@veresov.pro>2019-10-16 18:37:32 +0300
commita5ec437e91f90f25711c7e1b47b8238fdae6b103 (patch)
tree3d553a313c7facabccb23e829517540061b52759 /examples/append.c
parent75eb52872d4c19eb7988e33f173f2763322ae8ff (diff)
downloadmagi-a5ec437e91f90f25711c7e1b47b8238fdae6b103.tar
magi-a5ec437e91f90f25711c7e1b47b8238fdae6b103.tar.xz
magi-a5ec437e91f90f25711c7e1b47b8238fdae6b103.zip
[magi] Cosmetic fixes.
Diffstat (limited to 'examples/append.c')
-rw-r--r--examples/append.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/append.c b/examples/append.c
index f0dfe2a..65caa33 100644
--- a/examples/append.c
+++ b/examples/append.c
@@ -30,10 +30,10 @@ void print_webpage()
"<html xmlns='http://www.w3.org/1999/xhtml'>"
"<head><title>Append to File</title></head>"
"<body>"
- "<form action='/cgi-bin/append' method='GET'>"
+ "<form action='/cgi-bin/append' method='get'><fieldset>"
"<input type='text' name='addon' value='Whatever you want to add.'/>"
"<input type='submit' value='Append'/>"
- "</form>"
+ "</fieldset></form>"
"</body>"
"</html>"
);