aboutsummaryrefslogtreecommitdiffstats
path: root/ui-view.c
diff options
context:
space:
mode:
authorOndrej Jirman <ondrej.jirman@zonio.net>2007-05-26 01:15:10 +0200
committerLars Hjemli <hjemli@gmail.com>2007-05-31 10:18:38 +0200
commit1a63cfcc3d83919e790e7e279eb35fc75adb0e3c (patch)
treea2c613c6ae642dd6a4015142ccf04ed7c5629b8f /ui-view.c
parentFixed unexpected tags in html output. (diff)
downloadcgit-1a63cfcc3d83919e790e7e279eb35fc75adb0e3c.tar.xz
cgit-1a63cfcc3d83919e790e7e279eb35fc75adb0e3c.zip
Use &amp; instead of & in URLs.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
-rw-r--r--ui-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-view.c b/ui-view.c
index dbe4b29..8873415 100644
--- a/ui-view.c
+++ b/ui-view.c
@@ -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>");