diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-07-28 16:07:25 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-07-28 16:07:25 +0100 |
commit | 5870098c4b45c7dace76eadb93a49d0317edb456 (patch) | |
tree | 736522e774a5d633aa756b28a0873706c4c5e71e /ui_70-refs.c | |
parent | eae408c064497a222cf6f5f89f2719d3ecdf18f0 (diff) |
tree and file presentation
Diffstat (limited to 'ui_70-refs.c')
-rw-r--r-- | ui_70-refs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui_70-refs.c b/ui_70-refs.c index da18f8a..6b7c900 100644 --- a/ui_70-refs.c +++ b/ui_70-refs.c @@ -71,10 +71,10 @@ static int print_branch(struct refinfo *ref) html("</td><td></td><td>"); cgit_object_link(ref->object); } - cgit_gopher_text("\t"); + cgit_gopher_tab(); cgit_log_link(name, NULL, NULL, name, NULL, NULL, 0, NULL, NULL, ctx.qry.showmsg, 0); - cgit_gopher_text("\t"); + cgit_gopher_tab(); cgit_gopher_end_selector(); return 0; } |