diff options
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; } |