]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-repolist.c
More layout fixes
[ps-cgit] / ui-repolist.c
index eeeaf3d533d2be1546c42de9d769717a9f3350b8..9eba2226356c6ba759c488dff98b3abc1f0ebd26 100644 (file)
@@ -70,7 +70,7 @@ void cgit_print_repolist()
             "<th class='left'>Owner</th>"
             "<th class='left'>Idle</th>");
        if (ctx.cfg.enable_index_links)
-               html("<th>Links</th>");
+               html("<th class='left'>Links</th>");
        html("</tr>\n");
 
        for (i=0; i<cgit_repolist.count; i++) {