diff --git a/html.c b/html.c index 518ac1f..56b0dee 100644 --- a/html.c +++ b/html.c @@ -919,6 +919,29 @@ xs_str *html_entry(snac *snac, xs_str *os, const xs_dict *msg, int local, } else { /* poll still active */ + xs *s1 = xs_fmt("
\n\n", L("Vote")); + + s1 = xs_str_cat(s1, s2); + + c = xs_str_cat(c, s1); } }