summaryrefslogtreecommitdiff
path: root/stagit-index.c
diff options
context:
space:
mode:
Diffstat (limited to 'stagit-index.c')
-rw-r--r--stagit-index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stagit-index.c b/stagit-index.c
index a4b14de..3c03148 100644
--- a/stagit-index.c
+++ b/stagit-index.c
@@ -71,7 +71,7 @@ writeheader(FILE *fp)
fprintf(fp, "</title>\n<link rel=\"icon\" type=\"image/png\" href=\"%sfavicon.png\" />\n", relpath);
fprintf(fp, "<link rel=\"stylesheet\" type=\"text/css\" href=\"%sstyle.css\" />\n", relpath);
fputs("</head>\n<body>\n", fp);
- fprintf(fp, "<table>\n<tr><td><a href='https://chausse.xyz' target='_blank'><img src=\"%slogo.png\" alt=\"\" width=\"32\" height=\"32\" /></a></td>\n"
+ fprintf(fp, "<table>\n<tr><td><a href='https://chausse.xyz'><img src=\"%slogo.png\" alt=\"\" width=\"32\" height=\"32\" /></a></td>\n"
"<td><span class=\"desc\">", relpath);
xmlencode(fp, description, strlen(description));
fputs("</span></td></tr><tr><td></td><td>\n"