]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-shared.c
ui-repolist,ui-shared: remove redundant title on repo anchors
[ps-cgit] / ui-shared.c
index acd8ab550d837b7928138808f572e282abda8468..f880c4e52498b21ccc2b0e71137ef6ea8dc610ec 100644 (file)
@@ -995,7 +995,7 @@ static void print_header(void)
        if (ctx.repo) {
                cgit_index_link("index", NULL, NULL, NULL, NULL, 0, 1);
                html(" : ");
-               cgit_summary_link(ctx.repo->name, ctx.repo->name, NULL, NULL);
+               cgit_summary_link(ctx.repo->name, NULL, NULL, NULL);
                if (ctx.env.authenticated) {
                        html("</td><td class='form'>");
                        html("<form method='get'>\n");