diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-07-30 06:58:49 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-07-30 06:58:49 +0100 |
commit | ee667540e07eaffaed612e8ca8572611ea1f42d9 (patch) | |
tree | 17ca186b87b06045eb85f7b8eadc0cb0b8fc3daa /ui_70-refs.c | |
parent | d466dfc252f9896b1d6bdce623067378e04b8e71 (diff) |
fixed repolist
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; } |