View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003909 | libmicrohttpd | documentation | public | 2015-07-23 07:15 | 2021-09-02 17:54 |
| Reporter | mquinson | Assigned To | Christian Grothoff | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.9.42 | ||||
| Target Version | 0.9.43 | Fixed in Version | 0.9.43 | ||
| Summary | 0003909: Typo makes example code less functionnal | ||||
| Description | Could you please apply the attached patch so that that example file works better, please? Thanks, Mt | ||||
| Tags | No tags attached. | ||||
| Attached Files | libmicrohttpd-example.patch (605 bytes)
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>";
| ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2015-07-23 07:15 | mquinson | New Issue | |
| 2015-07-23 07:15 | mquinson | File Added: libmicrohttpd-example.patch | |
| 2015-07-25 15:56 | Christian Grothoff | Note Added: 0009483 | |
| 2015-07-25 15:56 | Christian Grothoff | Status | new => resolved |
| 2015-07-25 15:56 | Christian Grothoff | Fixed in Version | => 0.9.43 |
| 2015-07-25 15:56 | Christian Grothoff | Resolution | open => fixed |
| 2015-07-25 15:56 | Christian Grothoff | Assigned To | => Christian Grothoff |
| 2015-07-25 15:56 | Christian Grothoff | Product Version | => 0.9.42 |
| 2015-07-25 15:56 | Christian Grothoff | Target Version | => 0.9.43 |
| 2015-09-16 11:00 | Christian Grothoff | Status | resolved => closed |
| 2021-09-02 17:54 | Christian Grothoff | Changeset attached | => libmicrohttpd master 07b65da9 |
| 2021-09-02 17:54 | Christian Grothoff | Note Added: 0018194 |