From d466dfc252f9896b1d6bdce623067378e04b8e71 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Sun, 29 Jul 2018 16:33:26 +0100 Subject: added my name to copyright statements -- few tweaks --- ui_70-log.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ui_70-log.c') diff --git a/ui_70-log.c b/ui_70-log.c index 598634d..04c2e79 100644 --- a/ui_70-log.c +++ b/ui_70-log.c @@ -1,6 +1,7 @@ /* ui-log.c: functions for log output * * Copyright (C) 2006-2014 cgit Development Team + * 2018 Vincenzo 'KatolaZ' Nicosia * * Licensed under GNU General Public License v2 * (see COPYING for full license text) @@ -532,11 +533,9 @@ void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *pattern } cgit_print_layout_end(); } else if ((commit = get_revision(&rev)) != NULL) { - htmlf("", columns); cgit_log_link("[...]", NULL, NULL, ctx.qry.head, NULL, ctx.qry.vpath, 0, NULL, NULL, ctx.qry.showmsg, ctx.qry.follow); - html("\n"); } /* If we allocated tip then it is safe to cast away const. */ -- cgit v1.2.3