ui-summary: use html_url_path() This makes the clone urls be properly escaped. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Lars Hjemli hjemli@gmail.com
Sun, 05 Oct 2008 21:21:42 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
ui-summary.c
→
ui-summary.c
@@ -24,7 +24,7 @@ }
if (suffix && *suffix) base = fmt("%s/%s", base, suffix); html("<tr><td colspan='4'><a href='"); - html_attr(base); + html_url_path(base); html("'>"); html_txt(base); html("</a></td></tr>\n");