summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authorGravatar default2023-05-24 13:05:43 +0200
committerGravatar default2023-05-24 13:05:43 +0200
commit5d8e370ec39d8345c95f6f2a5d8b6865b429b8fa (patch)
treefd547eed6164d7e0a028ca1ecb3741d83df96cb8 /html.c
parentPolls can now be voted. (diff)
downloadsnac2-5d8e370ec39d8345c95f6f2a5d8b6865b429b8fa.tar.gz
snac2-5d8e370ec39d8345c95f6f2a5d8b6865b429b8fa.tar.xz
snac2-5d8e370ec39d8345c95f6f2a5d8b6865b429b8fa.zip
More prototype tunnings.
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;