mirror of
https://git.zx2c4.com/cgit
synced 2025-06-29 04:50:08 +02:00
Use & instead of & in URLs.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
0928d8827a
commit
1a63cfcc3d
6 changed files with 13 additions and 13 deletions
|
@ -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&path=%s",
|
||||
hex,
|
||||
path)));
|
||||
html("'>download</a>");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue