summaryrefslogtreecommitdiff
path: root/render/form.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/form.h')
-rw-r--r--render/form.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/form.h b/render/form.h
index 48630dea2..cf9a0e746 100644
--- a/render/form.h
+++ b/render/form.h
@@ -29,7 +29,7 @@ typedef enum {
/** HTML form. */
struct form {
- char *action; /**< URL to submit to. */
+ char *action; /**< Absolute URL to submit to. */
form_method method; /**< Method and enctype. */
char *accept_charsets; /**< Charset to submit form in */
char *document_charset; /**< Charset of document containing form */