default 3 лет назад
Родитель
Сommit
f30c0fc2cf
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      html.c

+ 1 - 3
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);