commit | 1a63cfcc3d83919e790e7e279eb35fc75adb0e3c | [log] [tgz] |
---|---|---|
author | Ondrej Jirman <ondrej.jirman@zonio.net> | Sat May 26 01:15:10 2007 +0200 |
committer | Lars Hjemli <hjemli@gmail.com> | Thu May 31 10:18:38 2007 +0200 |
tree | a2c613c6ae642dd6a4015142ccf04ed7c5629b8f | |
parent | 0928d8827a714f3908efa7eb9eb4cde28761af26 [diff] [blame] |
Use & instead of & in URLs. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
diff --git a/ui-summary.c b/ui-summary.c index 18608b8..15e8aec 100644 --- a/ui-summary.c +++ b/ui-summary.c
@@ -159,7 +159,7 @@ } 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);