summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/html.c b/html.c
index f94dccd..bf10b6b 100644
--- 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);