summaryrefslogtreecommitdiff
path: root/sfeed_html.c
diff options
context:
space:
mode:
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"