Use & instead of & in URLs.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
此提交包含在:
Ondrej Jirman
2007-05-26 01:15:10 +02:00
提交者 Lars Hjemli
父節點 0928d8827a
當前提交 1a63cfcc3d
共有 6 個檔案被更改,包括 13 行新增13 行删除

查看文件

@@ -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&amp;path=%s", sha1_to_hex(fileid),
buf));
html_link_open(url, NULL, NULL);
html_txt(buf);