commit 07b65da99f9ff0e6335bb573f5e915ed39d8ae25
parent f61e6c4b1460c4dfdaea6fb957a04dc9d12a1cd8
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 25 Jul 2015 13:55:29 +0000
fix #3909 with patch as suggested
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/examples/simplepost.c b/doc/examples/simplepost.c
@@ -31,7 +31,7 @@ struct connection_info_struct
const char *askpage = "<html><body>\
What's your name, Sir?<br>\
<form action=\"/namepost\" method=\"post\">\
- <input name=\"name\" type=\"text\"\
+ <input name=\"name\" type=\"text\">\
<input type=\"submit\" value=\" Send \"></form>\
</body></html>";