diff options
| author | Ken'ichi Fukamachi <fukachan@fml.org> | 2018-09-08 19:39:56 +0900 |
|---|---|---|
| committer | Ken'ichi Fukamachi <fukachan@fml.org> | 2018-09-08 19:39:56 +0900 |
| commit | 908b8a213981120effc378f01d3bb654e3c47549 (patch) | |
| tree | 1febd7e2db1a16593d55c64c3b231a455ba60447 | |
| parent | 1497687f148fd362e3cdb3d9a9bcd7cf5507a82b (diff) | |
| download | fml8-908b8a213981120effc378f01d3bb654e3c47549.tar.gz fml8-908b8a213981120effc378f01d3bb654e3c47549.tar.bz2 fml8-908b8a213981120effc378f01d3bb654e3c47549.zip | |
fix charset= from EUC-JP to US-ASCII.
| -rw-r--r-- | index.html.en | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html.en b/index.html.en index 45502259..24e21408 100644 --- a/index.html.en +++ b/index.html.en @@ -5,7 +5,7 @@ fml8 project home page </TITLE> <META http-equiv="Content-Type" - content="text/html; charset=EUC-JP"> + content="text/html; charset=US-ASCII"> </HEAD> <FRAMESET COLS="25%,*" BORDERSPACING=0 FRAMEBORDER=0 BODER=0 BORDERCOLOR="#E6E6FA"> |
