diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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; |