Commit Diff


commit - fc25d36a349d535e007e4734a93a3c83f6854d8c
commit + 67b757c185c2baf7f28121424c2b0102390be793
blob - 24483e7cdc762d8daf49dbbf91347bf470f2f18a
blob + 543cf9592abfdbd7cbb62cebc66e76c5d277a6f9
--- stagit.c
+++ stagit.c
@@ -527,7 +527,7 @@ writeheader(FILE *fp, const char *title)
 	xmlencode(fp, description, strlen(description));
 	fputs("</span></td></tr>", fp);
 	if (cloneurl[0]) {
-		fputs("<tr class=\"url\"><td></td><td>git clone <a href=\"", fp);
+		fputs("<tr class=\"url\"><td>git clone <a href=\"", fp);
 		xmlencode(fp, cloneurl, strlen(cloneurl)); /* not percent-encoded */
 		fputs("\">", fp);
 		xmlencode(fp, cloneurl, strlen(cloneurl));