From: Hiltjo Posthuma Date: Tue, 5 Jan 2016 20:42:51 +0000 (+0100) Subject: refs: fix table id for tags X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=e51ec34dbe4bce95f1677db9a4f32dfbe0ad3432;p=forks%2Fstagit.git refs: fix table id for tags --- diff --git a/stagit.c b/stagit.c index 3dd409d..9527b01 100644 --- a/stagit.c +++ b/stagit.c @@ -891,7 +891,7 @@ writetags(FILE *fp) qsort(tagnames.strings, tagnames.count, sizeof(char *), (int (*)(const void *, const void *))&tagcompare); - fputs("

Tags

\n" + fputs("

Tags

Tag
\n" "" "" "\n\n", fp);
TagAgeCommit messageAuthorFiles+-