aboutsummaryrefslogtreecommitdiff
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
-rw-r--r--ui-summary.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/ui-summary.c b/ui-summary.c
index 46ca713..70ea908 100644
--- a/ui-summary.c
+++ b/ui-summary.c
@@ -31,11 +31,9 @@ static void print_url(const char *url)
htmlf("<tr><th class='left' colspan='%d'>Clone</th></tr>\n", columns);
}
- htmlf("<tr><td colspan='%d'><a rel='vcs-git' href='", columns);
+ htmlf("<tr><td colspan='%d'><a href='", columns);
html_url_path(url);
- html("' title='");
- html_attr(ctx.repo->name);
- html(" Git repository'>");
+ html("'>");
html_txt(url);
html("</a></td></tr>\n");
}