commit - 6fc9f9354f44f9b03d0405938c3d69d5004a4b77
commit + c7c9a5878e68a92b174d47624c00a8fd8df2120b
blob - 506186669950e6df8c2fc9495a0495690f65d822
blob + 13a106c2c2176a803a91e7a4226df4d3c05af6af
--- stagit-index.c
+++ stagit-index.c
"<title>", fp);
xmlencode(fp, description, strlen(description));
fprintf(fp, "</title>\n<link rel=\"icon\" type=\"image/png\" href=\"%sfavicon.png\" />\n", relpath);
- fprintf("<link rel=\"stylesheet\" type=\"text/css\" href=\"http://stagit.btxx.org/style.css\" />\n", fp);
+ fprintf(fp, "<link rel=\"stylesheet\" type=\"text/css\" href=\"http://stagit.btxx.org/style.css\" />\n");
fputs("</head>\n<body>\n", fp);
fprintf(fp, "%s", "<table>\n<tr><td><span class=\"desc\">");
xmlencode(fp, description, strlen(description));
blob - f66a1ce449e2832b8c1b47d85e38478d02f10c4e
blob + c439a8a2b3db8681f136bdc5722f75ad58a83e3c
--- stagit.c
+++ stagit.c
fputs("<link rel=\"alternate\" type=\"application/atom+xml\" title=\"", fp);
xmlencode(fp, name, strlen(name));
fprintf(fp, " Atom Feed (tags)\" href=\"%stags.xml\" />\n", relpath);
- fprintf("<link rel=\"stylesheet\" type=\"text/css\" href=\"http://stagit.btxx.org/style.css\" />\n", fp);
+ fprintf(fp, "<link rel=\"stylesheet\" type=\"text/css\" href=\"http://stagit.btxx.org/style.css\" />\n");
fputs("</head>\n<body>\n<table>", fp);
fputs("<tr><td><h1>", fp);
xmlencode(fp, strippedname, strlen(strippedname));