commit 8911d1ee032b89ed8e740cf7fda9c782b1692bc5
parent cdf6c12262f37b0e44d6d2e693804f3749f73795
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Mon, 14 Nov 2016 16:08:29 +0100
missing slash in html
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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,