summaryrefslogtreecommitdiff
path: root/stagit-index.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2016-01-06 19:59:55 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2016-01-06 20:06:06 +0100
commitdb02820a175c43cf1c225928bc09dd3fd5d93d71 (patch)
tree8cad3c8acaf2ab2a9bca810f4deca95c6f6caf30 /stagit-index.c
parent73f259f2557698a83c9fb7e11938feb775740741 (diff)
extra whitespace
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 9c31bd7..e765732 100644
--- a/stagit-index.c
+++ b/stagit-index.c
@@ -107,7 +107,7 @@ writeheader(FILE *fp)
fprintf(fp, "<table>\n<tr><td><img src=\"%slogo.png\" alt=\"\" width=\"32\" height=\"32\" /></td>\n"
"<td><h1>%s</h1><span class=\"desc\">%s</span></td></tr><tr><td></td><td>\n",
relpath, name, description);
- fputs("</td></tr>\n</table>\n<hr/><div id=\"content\">\n"
+ fputs("</td></tr>\n</table>\n<hr/>\n<div id=\"content\">\n"
"<table id=\"index\"><thead>\n"
"<tr><td>Name</td><td>Description</td><td>Owner</td><td>Last commit</td></tr>"
"</thead><tbody>\n", fp);