Introduction
Introduction Statistics Contact Development Disclaimer Help
also remove language and text direction attribute from <html> - stagit - static…
git clone git://git.codemadness.org/stagit
Log
Files
Refs
README
LICENSE
---
commit 92cee02f1217f19a19d872d857f6e617ed3e0eec
parent 9e96062b620088a42c7b345e07cc8c12e2b59ed2
Author: Hiltjo Posthuma <[email protected]>
Date: Wed, 9 Nov 2016 18:28:46 +0100
also remove language and text direction attribute from <html>
Diffstat:
M stagit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git 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; charse…
"<title>", fp);
xmlencode(fp, title, strlen(title));
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.