From 1a63cfcc3d83919e790e7e279eb35fc75adb0e3c Mon Sep 17 00:00:00 2001
From: Ondrej Jirman
Date: Sat, 26 May 2007 01:15:10 +0200
Subject: Use & instead of & in URLs.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
---
 ui-view.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'ui-view.c')

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>");
-- 
cgit v1.2.3-54-g00ecf