diff options
| -rw-r--r-- | html.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -465,6 +465,7 @@ d_char *html_entry_controls(snac *snac, d_char *os, char *msg, const char *md5) | |||
| 465 | "<input type=\"hidden\" name=\"in_reply_to\" value=\"%s\">\n" | 465 | "<input type=\"hidden\" name=\"in_reply_to\" value=\"%s\">\n" |
| 466 | "<p><input type=\"checkbox\" name=\"sensitive\"> %s\n" | 466 | "<p><input type=\"checkbox\" name=\"sensitive\"> %s\n" |
| 467 | "<p><input type=\"file\" name=\"attach\">\n" | 467 | "<p><input type=\"file\" name=\"attach\">\n" |
| 468 | "<input type=\"hidden\" name=\"redir\" value=\"%s_entry\">\n" | ||
| 468 | "<p><input type=\"submit\" class=\"button\" value=\"%s\">\n" | 469 | "<p><input type=\"submit\" class=\"button\" value=\"%s\">\n" |
| 469 | "</form><p></div>\n" | 470 | "</form><p></div>\n" |
| 470 | "</details><p>" | 471 | "</details><p>" |
| @@ -476,6 +477,7 @@ d_char *html_entry_controls(snac *snac, d_char *os, char *msg, const char *md5) | |||
| 476 | ct, | 477 | ct, |
| 477 | id, | 478 | id, |
| 478 | L("Sensitive content"), | 479 | L("Sensitive content"), |
| 480 | md5, | ||
| 479 | L("Post") | 481 | L("Post") |
| 480 | ); | 482 | ); |
| 481 | 483 | ||