stagit

static git page - forked from git.codemadness.org/stagit
git clone git://src.gearsix.net/stagit
Log | Files | Refs | Atom | README | LICENSE

commit df090c71b227fdf6bb7576e879101d13bcaeb4fe
parent f72407340cf29a3e7abdc34e83e642d1da666ec7
Author: gearsix@tuta.io <gearsix@tuta.io>
Date:   Wed, 17 Jun 2020 23:02:16 +0100

added seperator between Refs | Atom

Diffstat:
Mstagit.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stagit.c b/stagit.c @@ -377,7 +377,7 @@ writeheader(FILE *fp, const char *title) fputs("<tr><td></td><td>\n", fp); fprintf(fp, "<a href=\"%slog.html\">Log</a> | ", relpath); fprintf(fp, "<a href=\"%sfiles.html\">Files</a> | ", relpath); - fprintf(fp, "<a href=\"%srefs.html\">Refs</a>", relpath); + fprintf(fp, "<a href=\"%srefs.html\">Refs</a> | ", relpath); fprintf(fp, "<a href=\"%satom.xml\">Atom</a>", relpath); if (submodules) fprintf(fp, " | <a href=\"%sfile/%s.html\">Submodules</a>",