summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
authorGravatar Yonle2023-07-24 22:56:18 +0700
committerGravatar Yonle2023-07-24 22:56:18 +0700
commit25bb8f0dd2c934d98f7f7e78514939a0256fc764 (patch)
tree5fd03e833a7676876c94406e3a0ca52f7933b1fa /httpd.c
parentMerge pull request 'Web Client: Do not hard link on <a> element' (#75) from y... (diff)
downloadpenes-snac2-25bb8f0dd2c934d98f7f7e78514939a0256fc764.tar.gz
penes-snac2-25bb8f0dd2c934d98f7f7e78514939a0256fc764.tar.xz
penes-snac2-25bb8f0dd2c934d98f7f7e78514939a0256fc764.zip
Rollback to 86f507410bc5a1e6ce8bcd34f94400a380143d64 for some reasons.
Signed-off-by: Yonle <yonle@lecturify.net>
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.c b/httpd.c
index 1d2200e..9aac3b5 100644
--- a/httpd.c
+++ b/httpd.c
@@ -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);