Ver Fonte

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

default há 2 anos atrás
pai
commit
9145c22469
1 ficheiros alterados com 1 adições e 0 exclusões
  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 {
                     else {
                         value = xs_html_tag("a",
                         value = xs_html_tag("a",
                             xs_html_attr("href", v),
                             xs_html_attr("href", v),
+                            xs_html_attr("rel", "me"),
                             xs_html_text(v));
                             xs_html_text(v));
                     }
                     }
                 }
                 }