also remove language and text direction attribute from
1 files changed, 1 insertions(+), 1 deletions(-) | |||
---|---|---|---|
M | stagit.c | +1 | -1 |
1@@ -329,7 +329,7 @@ void
2 writeheader(FILE *fp, const char *title)
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, title, strlen(title));