added newlines in commit logs
This commit is contained in:
parent
faa9141d89
commit
0428d41a26
1 changed files with 1 additions and 1 deletions
2
stagit.c
2
stagit.c
|
@ -710,7 +710,7 @@ printshowfile(FILE *fp, struct commitinfo *ci)
|
|||
putc(' ', fp);
|
||||
xmlencode(fp, line->content, line->content_len);
|
||||
if (line->old_lineno == -1 || line->new_lineno == -1)
|
||||
fputs("</a>", fp);
|
||||
fputs("</a>\n", fp);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue