Introduction
Introduction Statistics Contact Development Disclaimer Help
trefs: fix table id for tags - stagit - static git page generator
git clone git://src.adamsgaard.dk/stagit
Log
Files
Refs
README
LICENSE
---
commit e51ec34dbe4bce95f1677db9a4f32dfbe0ad3432
parent 48a09a0f100008014e1785e38c31e754bd761db4
Author: Hiltjo Posthuma <[email protected]>
Date: Tue, 5 Jan 2016 21:42:51 +0100
refs: fix table id for tags
Diffstat:
M stagit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/stagit.c b/stagit.c
t@@ -891,7 +891,7 @@ writetags(FILE *fp)
qsort(tagnames.strings, tagnames.count, sizeof(char *),
(int (*)(const void *, const void *))&tagcompare);
- fputs("<h2>Tags</h2><table id=\"branches\"><thead>\n<tr><td>Tag</td>"
+ fputs("<h2>Tags</h2><table id=\"tags\"><thead>\n<tr><td>Tag</td>"
"<td>Age</td><td>Commit message</td>"
"<td>Author</td><td>Files</td><td class=\"num\">+</td>"
"<td class=\"num\">-</td></tr>\n</thead><tbody>\n", fp);
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.