projects
/
forks
/
stagit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e96062
)
also remove language and text direction attribute from <html>
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Wed, 9 Nov 2016 17:28:46 +0000
(18:28 +0100)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Wed, 9 Nov 2016 17:28:46 +0000
(18:28 +0100)
stagit.c
patch
|
blob
|
history
diff --git
a/stagit.c
b/stagit.c
index 3b8913f8aef6407b3cade30e040d54106b576410..b2b726853bdc76e5130507c8304d5b949a07188e 100644
(file)
--- a/
stagit.c
+++ b/
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));