aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortenox7 <as@tenoware.com>2017-12-04 00:28:20 -0800
committertenox7 <as@tenoware.com>2017-12-04 00:28:20 -0800
commit7b0e7143ec8b0ca99c7b480442f8ecc8a6f5a098 (patch)
tree30b61e0cb1c93e56b10260a5234a09f2d7aa3db6
parent8a4836aa0e6d2b65822b77a931b7cb75511faf3e (diff)
downloadwfm-7b0e7143ec8b0ca99c7b480442f8ecc8a6f5a098.tar.gz
lang changes
-rw-r--r--dir.c3
-rw-r--r--wfm.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/dir.c b/dir.c
index 9919251..d352ee4 100644
--- a/dir.c
+++ b/dir.c
@@ -169,7 +169,8 @@ void dirlist(void) {
".hovin { border: none; padding: 0px; background-color: transparent; color: #FF0000; }\n"
"-->\n"
"</STYLE>\n"
- "<META HTTP-EQUIV=\"Content-type\" CONTENT=\"text/html;charset=UTF-8\">\n"
+ "<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html;charset=US-ASCII\">\n"
+ "<META HTTP-EQUIV=\"Content-Language\" CONTENT=\"en\">\n"
"<META NAME=\"viewport\" CONTENT=\"width=device-width\">\n"
"<LINK REL=\"icon\" TYPE=\"image/gif\" HREF=\"%s%s\">\n"
"</HEAD>\n"
diff --git a/wfm.h b/wfm.h
index 7c0c5d9..407524c 100644
--- a/wfm.h
+++ b/wfm.h
@@ -22,7 +22,8 @@
"<HTML LANG=\"en\">\n" \
copyright \
"<HEAD>\n" \
- " <META HTTP-EQUIV=\"Content-type\" CONTENT=\"text/html;charset=US-ASCII\">\n" \
+ " <META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html;charset=US-ASCII\">\n" \
+ " <META HTTP-EQUIV=\"Content-Language\" CONTENT=\"en\">\n" \
" <META NAME=\"viewport\" CONTENT=\"width=device-width\">\n" \
CSS_STYLE