diff options
Diffstat (limited to 'ui_70-refs.c')
-rw-r--r-- | ui_70-refs.c | 2 |
1 files changed, 0 insertions, 2 deletions
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("</td><td></td><td>"); 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; } |