From 0071aa8612c12f626355339d2108ed4c5b336d58 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sun, 5 Oct 2008 21:21:42 +0200 Subject: ui-summary: use html_url_path() This makes the clone urls be properly escaped. Signed-off-by: Lars Hjemli --- ui-summary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-summary.c') diff --git a/ui-summary.c b/ui-summary.c index 29e1544..ede4a62 100644 --- a/ui-summary.c +++ b/ui-summary.c @@ -24,7 +24,7 @@ static void print_url(char *base, char *suffix) if (suffix && *suffix) base = fmt("%s/%s", base, suffix); html(""); html_txt(base); html("\n"); -- cgit v1.2.1