diff --git a/ui_70-refs.c b/ui_70-refs.c index f5e52dd..457e69f 100644 --- a/ui_70-refs.c +++ b/ui_70-refs.c @@ -118,9 +118,7 @@ static int print_tag(struct refinfo *ref) static void print_refs_link(char *path) { - html(""); - cgit_refs_link("[...]", NULL, NULL, ctx.qry.head, NULL, path); - html(""); + cgit_gopher_refs_link("[...]", NULL, NULL, ctx.qry.head, NULL, path); } void print_branch_header(void){