瀏覽代碼

A very minor HTML tweak.

default 2 年之前
父節點
當前提交
8b5c146c40
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      html.c

+ 1 - 1
html.c

@@ -1396,7 +1396,7 @@ xs_html *html_entry(snac *user, xs_dict *msg, int local,
             xs_html_attr(cw, NULL),
             xs_html_tag("summary",
                 xs_html_text(v),
-                xs_html_text(L("[SENSITIVE CONTENT]"))));
+                xs_html_text(L(" [SENSITIVE CONTENT]"))));
     }
     else
         snac_content = xs_html_tag("div", NULL);