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

All metadata links include the rel='me' attribute.

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

+ 1 - 0
html.c

@@ -861,6 +861,7 @@ static xs_html *html_user_body(snac *user, int read_only)
                     else {
                         value = xs_html_tag("a",
                             xs_html_attr("href", v),
+                            xs_html_attr("rel", "me"),
                             xs_html_text(v));
                     }
                 }