summaryrefslogtreecommitdiffabout
path: root/ui-repolist.c
Unidiff
Diffstat (limited to 'ui-repolist.c') (more/less context) (ignore whitespace changes)
-rw-r--r--ui-repolist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-repolist.c b/ui-repolist.c
index eeeaf3d..9eba222 100644
--- a/ui-repolist.c
+++ b/ui-repolist.c
@@ -70,7 +70,7 @@ void cgit_print_repolist()
70 "<th class='left'>Owner</th>" 70 "<th class='left'>Owner</th>"
71 "<th class='left'>Idle</th>"); 71 "<th class='left'>Idle</th>");
72 if (ctx.cfg.enable_index_links) 72 if (ctx.cfg.enable_index_links)
73 html("<th>Links</th>"); 73 html("<th class='left'>Links</th>");
74 html("</tr>\n"); 74 html("</tr>\n");
75 75
76 for (i=0; i<cgit_repolist.count; i++) { 76 for (i=0; i<cgit_repolist.count; i++) {