summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/html.c b/html.c
index 13fa133..4c2a043 100644
--- a/html.c
+++ b/html.c
@@ -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