summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-14 16:08:29 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-14 16:08:29 +0100
commit8911d1ee032b89ed8e740cf7fda9c782b1692bc5 (patch)
treec1198b8c65e5ddc61a2d43bee5acee4c20e7e339
parentcdf6c12262f37b0e44d6d2e693804f3749f73795 (diff)
downloadmerchant-8911d1ee032b89ed8e740cf7fda9c782b1692bc5.tar.gz
merchant-8911d1ee032b89ed8e740cf7fda9c782b1692bc5.tar.bz2
merchant-8911d1ee032b89ed8e740cf7fda9c782b1692bc5.zip
missing slash in html
-rw-r--r--doc/manual.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.texi b/doc/manual.texi
index 9406912e..f1b52154 100644
--- a/doc/manual.texi
+++ b/doc/manual.texi
@@ -671,7 +671,7 @@ follows:
@smallexample
<form action="/donate_handler">
<input type="submit" value="Donate!"></input>
-<form>
+</form>
@end smallexample
When the server-side handler for @code{/donate} receives the form submission,