diff options
Diffstat (limited to 'httpd.c')
| -rw-r--r-- | httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -91,7 +91,7 @@ int server_get_handler(xs_dict *req, char *q_path, | |||
| 91 | if (user_open(&snac, uid)) { | 91 | if (user_open(&snac, uid)) { |
| 92 | xs *u = xs_fmt( | 92 | xs *u = xs_fmt( |
| 93 | "<li><a href=\"%s\">@%s@%s (%s)</a></li>\n", | 93 | "<li><a href=\"%s\">@%s@%s (%s)</a></li>\n", |
| 94 | uid, uid, host, | 94 | snac.actor, uid, host, |
| 95 | xs_dict_get(snac.config, "name")); | 95 | xs_dict_get(snac.config, "name")); |
| 96 | 96 | ||
| 97 | ul = xs_str_cat(ul, u); | 97 | ul = xs_str_cat(ul, u); |