commit c0ab339d2a4e0eda5354ece2c826f4b786484097
parent 984c91eefc4ec4d523ae20083106e69c7c0f71a4
Author: Armaan Bhojwani <me@armaanb.net>
Date: Mon, 5 Apr 2021 11:00:33 -0400
stagit-index: change title to h1
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/stagit-index.c b/src/stagit-index.c
@@ -75,9 +75,9 @@ writeheader(char *path)
fprintf(fp, "<link rel=\"stylesheet\" type=\"text/css\" href=\"%sstyle.min.css\" />\n", relpath);
fputs("</head>\n<body>\n", fp);
fprintf(fp, "<table>\n<tr><td><img src=\"%slogo.png\" alt=\"\" width=\"32\" height=\"32\" /></td>\n"
- "<td><span class=\"desc\">", relpath);
+ "<td><h1>", relpath);
xmlencode(fp, description, strlen(description));
- fputs("</span></td></tr><tr><td></td><td>\n"
+ fputs("</h1></td></tr><tr><td></td><td>\n"
"</td></tr>\n</table>\n<hr/>\n<div id=\"content\">\n"
"<table id=\"index\"><thead>\n"
"<tr><td><b>Name</b></td><td><b>Description</b></td><td><b>Owner</b></td>"