aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-25 13:55:29 +0000
committerChristian Grothoff <christian@grothoff.org>2015-07-25 13:55:29 +0000
commit07b65da99f9ff0e6335bb573f5e915ed39d8ae25 (patch)
treef4ac1b882c3a14339916cf2efec34dee323ae8e9 /doc
parentf61e6c4b1460c4dfdaea6fb957a04dc9d12a1cd8 (diff)
downloadlibmicrohttpd-07b65da99f9ff0e6335bb573f5e915ed39d8ae25.tar.gz
libmicrohttpd-07b65da99f9ff0e6335bb573f5e915ed39d8ae25.zip
fix #3909 with patch as suggested
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/simplepost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/simplepost.c b/doc/examples/simplepost.c
index c623cba2..248138a0 100644
--- a/doc/examples/simplepost.c
+++ b/doc/examples/simplepost.c
@@ -31,7 +31,7 @@ struct connection_info_struct
31const char *askpage = "<html><body>\ 31const char *askpage = "<html><body>\
32 What's your name, Sir?<br>\ 32 What's your name, Sir?<br>\
33 <form action=\"/namepost\" method=\"post\">\ 33 <form action=\"/namepost\" method=\"post\">\
34 <input name=\"name\" type=\"text\"\ 34 <input name=\"name\" type=\"text\">\
35 <input type=\"submit\" value=\" Send \"></form>\ 35 <input type=\"submit\" value=\" Send \"></form>\
36 </body></html>"; 36 </body></html>";
37 37