commit 99d1766681b543dc0e2e50138c473fbcabd1c809
parent 35baf073450dbdf66439b12201ef3ba038127e18
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 2 Jan 2015 16:42:08 +0100
sfeed_html: not necesarily english
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git 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