summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/html.c b/html.c
index 811aeba..8b0d3d2 100644
--- a/html.c
+++ b/html.c
@@ -399,8 +399,9 @@ d_char *html_entry_controls(snac *snac, d_char *os, char *msg)
399 } 399 }
400 else { 400 else {
401 s = html_button(s, "follow", L("Follow")); 401 s = html_button(s, "follow", L("Follow"));
402 s = html_button(s, "mute", L("MUTE"));
403 } 402 }
403
404 s = html_button(s, "mute", L("MUTE"));
404 } 405 }
405 406
406 s = html_button(s, "delete", L("Delete")); 407 s = html_button(s, "delete", L("Delete"));