From: Lars Hjemli Date: Sun, 5 Oct 2008 19:21:42 +0000 (+0200) Subject: ui-summary: use html_url_path() X-Git-Tag: v0.8~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0071aa8612c12f626355339d2108ed4c5b336d58;p=cgit ui-summary: use html_url_path() This makes the clone urls be properly escaped. Signed-off-by: Lars Hjemli --- 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");