Use & instead of & in URLs.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Ondrej Jirman 2007-05-26 01:15:10 +02:00 committed by Lars Hjemli
parent 0928d8827a
commit 1a63cfcc3d
6 changed files with 13 additions and 13 deletions

View file

@ -43,7 +43,7 @@ void cgit_print_view(const char *hex, char *path)
html(" <a href='");
html_attr(cgit_pageurl(cgit_query_repo, "blob",
fmt("id=%s&path=%s",
fmt("id=%s&amp;path=%s",
hex,
path)));
html("'>download</a>");