Просмотр исходного кода

Fixed html_note() where cw_text is XSTYPE_NULL.

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

+ 1 - 1
html.c

@@ -276,7 +276,7 @@ xs_html *html_note(snac *user, char *summary,
                             xs_html_attr("type", "text"),
                             xs_html_attr("name", "summary"),
                             xs_html_attr("placeholder", L("Sensitive content description")),
-                            xs_html_attr("value", cw_text))))));
+                            xs_html_attr("value", xs_is_null(cw_text) ? "" : cw_text))))));
 
     if (actor_id)
         xs_html_add(form,