From e51ec34dbe4bce95f1677db9a4f32dfbe0ad3432 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Tue, 5 Jan 2016 21:42:51 +0100 Subject: refs: fix table id for tags --- stagit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stagit.c') 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); -- cgit v1.2.3-54-g00ecf
TagAgeCommit messageAuthorFiles+-