aboutsummaryrefslogtreecommitdiff
path: root/examples/append.c
diff options
context:
space:
mode:
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>"
);