commit f30c0fc2cfe738ec333a39e47195bf280074c59a
parent aeec85837051e78ad618df10dea707d47ec5e23b
Author: default <nobody@localhost>
Date: Sun, 13 Nov 2022 21:00:41 +0100
Deleted unused code.
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/html.c b/html.c
@@ -395,9 +395,7 @@ d_char *html_entry_controls(snac *snac, d_char *os, char *msg, int num)
"<input type=\"hidden\" name=\"redir\" value=\"%d_entry\">\n"
"\n",
- snac->actor, id, actor, num,
- L("Reply"),
- md5
+ snac->actor, id, actor, num
);
s = xs_str_cat(s, s1);