mirror of
git://git.codemadness.org/stagit
synced 2025-03-09 09:09:12 -04:00
also remove language and text direction attribute from <html>
This commit is contained in:
parent
9e96062b62
commit
92cee02f12
2
stagit.c
2
stagit.c
@ -329,7 +329,7 @@ void
|
||||
writeheader(FILE *fp, const char *title)
|
||||
{
|
||||
fputs("<!DOCTYPE html>\n"
|
||||
"<html dir=\"ltr\" lang=\"en\">\n<head>\n"
|
||||
"<html>\n<head>\n"
|
||||
"<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n"
|
||||
"<title>", fp);
|
||||
xmlencode(fp, title, strlen(title));
|
||||
|
Loading…
x
Reference in New Issue
Block a user