From ee667540e07eaffaed612e8ca8572611ea1f42d9 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Mon, 30 Jul 2018 06:58:49 +0100 Subject: fixed repolist --- ui_70-refs.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ui_70-refs.c') diff --git a/ui_70-refs.c b/ui_70-refs.c index 7d62e03..f5e52dd 100644 --- a/ui_70-refs.c +++ b/ui_70-refs.c @@ -69,13 +69,11 @@ static int print_branch(struct refinfo *ref) cgit_gopher_text_pad(info->author, GOPHER_SUMMARY_AUTH_LEN); cgit_print_age(info->committer_date, info->committer_tz, -1); } else { - html(""); cgit_object_link(ref->object); } cgit_gopher_tab(); cgit_log_link(name, NULL, NULL, name, NULL, NULL, 0, NULL, NULL, ctx.qry.showmsg, 0); - cgit_gopher_tab(); cgit_gopher_end_selector(); return 0; } -- cgit v1.2.3