stagit-index: also dont assume someones:)
1 files changed, 1 insertions(+), 1 deletions(-) | |||
---|---|---|---|
M | stagit-index.c | +1 | -1 |
1@@ -73,7 +73,7 @@ void
2 writeheader(FILE *fp)
3 {
4 fputs("<!DOCTYPE html>\n"
5- "<html dir=\"ltr\" lang=\"en\">\n<head>\n"
6+ "<html>\n<head>\n"
7 "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n"
8 "<title>", fp);
9 xmlencode(fp, description, strlen(description));