diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -395,9 +395,7 @@ d_char *html_entry_controls(snac *snac, d_char *os, char *msg, int num) | |||
| 395 | "<input type=\"hidden\" name=\"redir\" value=\"%d_entry\">\n" | 395 | "<input type=\"hidden\" name=\"redir\" value=\"%d_entry\">\n" |
| 396 | "\n", | 396 | "\n", |
| 397 | 397 | ||
| 398 | snac->actor, id, actor, num, | 398 | snac->actor, id, actor, num |
| 399 | L("Reply"), | ||
| 400 | md5 | ||
| 401 | ); | 399 | ); |
| 402 | 400 | ||
| 403 | s = xs_str_cat(s, s1); | 401 | s = xs_str_cat(s, s1); |