Use & instead of & in URLs.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Этот коммит содержится в:

коммит произвёл
Lars Hjemli

родитель
0928d8827a
Коммит
1a63cfcc3d
@ -159,7 +159,7 @@ static int cgit_print_archive_cb(const char *refname, const unsigned char *sha1,
|
||||
}
|
||||
html("<tr><td>");
|
||||
url = cgit_pageurl(cgit_query_repo, "blob",
|
||||
fmt("id=%s&path=%s", sha1_to_hex(fileid),
|
||||
fmt("id=%s&path=%s", sha1_to_hex(fileid),
|
||||
buf));
|
||||
html_link_open(url, NULL, NULL);
|
||||
html_txt(buf);
|
||||
|
Ссылка в новой задаче
Block a user