summaryrefslogtreecommitdiff
path: root/ui_70-log.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui_70-log.c')
-rw-r--r--ui_70-log.c3
1 files changed, 1 insertions, 2 deletions
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 <cgit@lists.zx2c4.com>
+ * 2018 Vincenzo 'KatolaZ' Nicosia <katolaz@freaknet.org>
*
* 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("<tr class='nohover'><td colspan='%d'>", columns);
cgit_log_link("[...]", NULL, NULL, ctx.qry.head, NULL,
ctx.qry.vpath, 0, NULL, NULL, ctx.qry.showmsg,
ctx.qry.follow);
- html("</td></tr>\n");
}
/* If we allocated tip then it is safe to cast away const. */