summaryrefslogtreecommitdiff
path: root/sfeed_html.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-01-02 16:42:08 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-01-02 16:42:08 +0100
commit99d1766681b543dc0e2e50138c473fbcabd1c809 (patch)
tree23827fa55ca64475f61eee60654fa6430c37a0a1 /sfeed_html.c
parent35baf073450dbdf66439b12201ef3ba038127e18 (diff)
sfeed_html: not necesarily english
Diffstat (limited to 'sfeed_html.c')
-rw-r--r--sfeed_html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_html.c b/sfeed_html.c
index 7934683..9604a98 100644
--- a/sfeed_html.c
+++ b/sfeed_html.c
@@ -25,7 +25,7 @@ main(void)
comparetime = time(NULL) - (3600 * 24); /* 1 day is old news */
fputs(
"<!DOCTYPE HTML>\n"
- "<html dir=\"ltr\" lang=\"en\">\n"
+ "<html>\n"
"\t<head>\n"
"\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n"
"\t\t<link rel=\"stylesheet\" type=\"text/css\" href=\"style.css\" />\n"