diff --git a/doc/examples/simplepost.c b/doc/examples/simplepost.c
index c623cba..248138a 100644
--- 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>";
 
