]> git.cameronkatri.com Git - cgit.git/blobdiff - ui-summary.c
Merge branch 'lh/mimetypes'
[cgit.git] / ui-summary.c
index 29e15443eddf110ac889f15b40c14da3fcdc2861..ede4a629765e4d58314d6c78e408159ef3dfddab 100644 (file)
@@ -24,7 +24,7 @@ static void print_url(char *base, char *suffix)
        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");