diff options
| -rw-r--r-- | html.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -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")); |