gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r36128 - libmicrohttpd/doc/examples


From: gnunet
Subject: [GNUnet-SVN] r36128 - libmicrohttpd/doc/examples
Date: Sat, 25 Jul 2015 15:55:29 +0200

Author: grothoff
Date: 2015-07-25 15:55:29 +0200 (Sat, 25 Jul 2015)
New Revision: 36128

Modified:
   libmicrohttpd/doc/examples/simplepost.c
Log:
fix #3909 with patch as suggested

Modified: libmicrohttpd/doc/examples/simplepost.c
===================================================================
--- libmicrohttpd/doc/examples/simplepost.c     2015-07-24 23:20:22 UTC (rev 
36127)
+++ libmicrohttpd/doc/examples/simplepost.c     2015-07-25 13:55:29 UTC (rev 
36128)
@@ -31,7 +31,7 @@
 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>";
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]