Explorar o código

webfinger: fix stupid typo

khm %!s(int64=2) %!d(string=hai) anos
pai
achega
5bebe5f257
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      webfinger.c

+ 1 - 1
webfinger.c

@@ -186,7 +186,7 @@ int webfinger_get_handler(xs_dict *req, char *q_path,
         links = xs_list_append(links, aaj);
 
 				prof = xs_dict_append(prof, "rel", "http://webfinger.net/rel/profile-page");
-				prof = xs_dict_append(prof, "type", "text/html";
+				prof = xs_dict_append(prof, "type", "text/html");
 				prof = xs_dict_append(prof, "href", snac.actor);
 
 				links = xs_list_append(links, prof);