瀏覽代碼

More HTML tweaks.

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

+ 1 - 1
html.c

@@ -3145,7 +3145,7 @@ xs_str *html_notifications(snac *user, int skip, int show)
 
             if (h != NULL) {
                 xs_html_add(entry,
-                    xs_html_tag("div",
+                    xs_html_tag("p",
                         xs_html_tag("a",
                             xs_html_attr("href", ctxt),
                             xs_html_text(L("Context")))),