فهرست منبع

Minor tweak to rel=me links.

default 2 سال پیش
والد
کامیت
d7f2a91161
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      html.c

+ 2 - 2
html.c

@@ -854,14 +854,14 @@ static xs_html *html_user_body(snac *user, int read_only)
                             xs_html_attr("title", verified_link),
                             xs_html_attr("title", verified_link),
                             xs_html_raw("✔ "),
                             xs_html_raw("✔ "),
                             xs_html_tag("a",
                             xs_html_tag("a",
-                                xs_html_attr("href", v),
                                 xs_html_attr("rel", "me"),
                                 xs_html_attr("rel", "me"),
+                                xs_html_attr("href", v),
                                 xs_html_text(v)));
                                 xs_html_text(v)));
                     }
                     }
                     else {
                     else {
                         value = xs_html_tag("a",
                         value = xs_html_tag("a",
-                            xs_html_attr("href", v),
                             xs_html_attr("rel", "me"),
                             xs_html_attr("rel", "me"),
+                            xs_html_attr("href", v),
                             xs_html_text(v));
                             xs_html_text(v));
                     }
                     }
                 }
                 }