summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/html.c b/html.c
index 008c05b..25a2e90 100644
--- a/html.c
+++ b/html.c
@@ -4824,6 +4824,9 @@ int html_post_handler(const xs_dict *req, const char *q_path,
4824 /* set the option */ 4824 /* set the option */
4825 msg = xs_dict_append(msg, "name", v); 4825 msg = xs_dict_append(msg, "name", v);
4826 4826
4827 /* delete the content */
4828 msg = xs_dict_del(msg, "content");
4829
4827 xs *c_msg = msg_create(&snac, msg); 4830 xs *c_msg = msg_create(&snac, msg);
4828 4831
4829 enqueue_message(&snac, c_msg); 4832 enqueue_message(&snac, c_msg);