stagit

also remove language and text direction attribute from

Hiltjo Posthuma contact@arjunchoudhary.com

commit: 04c63e9 parent: 1f974ca
1 files changed, 1 insertions(+), 1 deletions(-)
Mstagit.c+1-1
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));