diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-01-02 16:42:08 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-01-02 16:42:08 +0100 |
commit | 99d1766681b543dc0e2e50138c473fbcabd1c809 (patch) | |
tree | 23827fa55ca64475f61eee60654fa6430c37a0a1 | |
parent | 35baf073450dbdf66439b12201ef3ba038127e18 (diff) |
sfeed_html: not necesarily english
-rw-r--r-- | sfeed_html.c | 2 | ||||
-rw-r--r-- | strlcpy.c (renamed from compat/strlcpy.c) | 0 |
2 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" diff --git a/compat/strlcpy.c b/strlcpy.c index 8d24bc8..8d24bc8 100644 --- a/compat/strlcpy.c +++ b/strlcpy.c |