diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-07-28 17:02:07 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-07-28 17:02:07 +0100 |
commit | 58fcffcc0813233a1f3ed798bf8a4ff83cfb89fb (patch) | |
tree | 8d774f920e9019a65e03fa41ac03c5582da1f406 /ui_70-refs.c | |
parent | 5870098c4b45c7dace76eadb93a49d0317edb456 (diff) |
log added (still incomplete)
Diffstat (limited to 'ui_70-refs.c')
-rw-r--r-- | ui_70-refs.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ui_70-refs.c b/ui_70-refs.c index 6b7c900..8bf65af 100644 --- a/ui_70-refs.c +++ b/ui_70-refs.c @@ -208,7 +208,6 @@ void cgit_print_tags(int maxcount) void cgit_print_refs(void) { cgit_print_layout_start(); - html("<table class='list nowrap'>"); if (ctx.qry.path && starts_with(ctx.qry.path, "heads")) cgit_print_branches(0); @@ -216,9 +215,7 @@ void cgit_print_refs(void) cgit_print_tags(0); else { cgit_print_branches(0); - html("<tr class='nohover'><td colspan='5'> </td></tr>"); cgit_print_tags(0); } - html("</table>"); cgit_print_layout_end(); } |