all repos — cgit @ 0071aa8612c12f626355339d2108ed4c5b336d58

a hyperfast web frontend for git written in c

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
commit

0071aa8612c12f626355339d2108ed4c5b336d58

parent

24d4bb3058e02c61ae4ea61c3a3d993564bed79b

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M ui-summary.cui-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");