Kaynağa Gözat

fix #3909 with patch as suggested

Christian Grothoff 10 yıl önce
ebeveyn
işleme
07b65da99f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      doc/examples/simplepost.c

+ 1 - 1
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>";