Commit Diff


commit - cba117580dda21c01b314db7209ab465a0c4e298
commit + b6aaac423b0e8d6be903600bf8f72f88ed5a1ae3
blob - 27a188990f490f8f4dfd09d94f159a178c8b2bf4
blob + ca5de2eefcc0e30f02517351c8a3803950c70bf7
--- stagit.c
+++ stagit.c
@@ -521,7 +521,7 @@ writeheader(FILE *fp, const char *title)
 	fprintf(fp, " Atom Feed (tags)\" href=\"%stags.xml\" />\n", relpath);
 	fprintf(fp, "<link rel=\"stylesheet\" type=\"text/css\" href=\"%sstyle.css\" />\n", relpath);
 	fputs("</head>\n<body>\n<table><tr><td>", fp);
-	fprintf(fp, "<a href=\"../%s\"><img src=\"%slogo.png\" alt=\"\" width=\"32\" height=\"32\" /></a>",
+	fprintf(fp, "<a href=\"../%s\"><img src=\"../%slogo.png\" alt=\"\" width=\"32\" height=\"32\" /></a>",
 	        relpath, relpath);
 	fputs("</td><td><h1>", fp);
 	xmlencode(fp, strippedname, strlen(strippedname));