Introduction
Introduction Statistics Contact Development Disclaimer Help
tstagit-index.c: minor style change - stagit - [fork] customized build of stagi…
git clone git://src.adamsgaard.dk/stagit
Log
Files
Refs
README
LICENSE
---
commit ea98007b65238e1544ebfa994970e6fc032ca0c5
parent 0e29f85d1198c7e3ae7e55a501308bb6c081ff67
Author: Anders Damsgaard <[email protected]>
Date: Mon, 23 Nov 2020 14:17:41 +0100
stagit-index.c: minor style change
Diffstat:
M stagit-index.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/stagit-index.c b/stagit-index.c
t@@ -14,7 +14,7 @@ static const char *relpath = "";
static char description[255] = "Anders' Repositories";
static char releaselink[255] = "<a href=\"https://src.adamsgaard.dk/releases/\…
-static char home_link[255] = "<a href=\"https://adamsgaard.dk\">Back to adamsg…
+static char homelink[255] = "<a href=\"https://adamsgaard.dk\">Back to adamsga…
static char *name = "";
static char owner[255];
t@@ -78,7 +78,7 @@ writeheader(FILE *fp)
xmlencode(fp, description, strlen(description));
fprintf(fp, "<br />\n%s", releaselink);
fputs("</span></td>", fp);
- fprintf(fp, "<td style=\"text-align:right;white-space:nowrap\">%s</td>…
+ fprintf(fp, "<td style=\"text-align:right;white-space:nowrap\">%s</td>…
fputs("</tr><tr><td></td><td>\n"
"</td></tr>\n</table>\n<hr/>\n<div id=\"content\">\n"
"<table id=\"index\"><thead>\n"
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.