summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index e06a82f..7de26bc 100644
--- a/html.c
+++ b/html.c
@@ -891,7 +891,7 @@ xs_str *html_entry(snac *snac, xs_str *os, const xs_dict *msg, int local,
891 } 891 }
892 } 892 }
893 893
894 if (strcmp(type, "Question") == 0) { 894 if (strcmp(type, "Question") == 0) { /** question content **/
895 xs_list *oo = xs_dict_get(msg, "oneOf"); 895 xs_list *oo = xs_dict_get(msg, "oneOf");
896 xs_list *ao = xs_dict_get(msg, "anyOf"); 896 xs_list *ao = xs_dict_get(msg, "anyOf");
897 xs_list *p; 897 xs_list *p;