diff options
author | default <nobody@localhost> | 2022-11-04 10:11:28 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-11-04 10:11:28 +0100 |
commit | 2e4b548021b659a2a0fedcab330d3976670f63a5 (patch) | |
tree | 23400faf3c1036d0288385a56aea6d93d99e78a8 | |
parent | 4e8c2ed03e002b8e2a75708c857666669e595fe2 (diff) |
Reordered Hide button.
-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -435,8 +435,8 @@ d_char *html_entry_controls(snac *snac, d_char *os, char *msg, int num) s = html_button(s, "mute", L("MUTE")); } - s = html_button(s, "hide", L("Hide")); s = html_button(s, "delete", L("Delete")); + s = html_button(s, "hide", L("Hide")); s = xs_str_cat(s, "</form>\n"); |