diff options
author | Silvio <silvio@devlet.com.br> | 2010-05-12 10:30:22 -0300 |
---|---|---|
committer | Silvio <silvio@devlet.com.br> | 2010-05-12 10:30:22 -0300 |
commit | 9631b8c9aa001bf61c9309fe1e016d8f94c752aa (patch) | |
tree | 8c348ddc8bb23be6ddfc32db39363891dabedd06 /tests/read.php | |
parent | 3c00fa34ec17cb5865de643aa0490772d7724d56 (diff) | |
download | cinisis-9631b8c9aa001bf61c9309fe1e016d8f94c752aa.tar.gz cinisis-9631b8c9aa001bf61c9309fe1e016d8f94c752aa.tar.bz2 |
Minor charset fix
Diffstat (limited to 'tests/read.php')
-rw-r--r-- | tests/read.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/read.php b/tests/read.php index 146234c..2cb49ac 100644 --- a/tests/read.php +++ b/tests/read.php @@ -7,7 +7,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> - <meta http-equiv="Content-Type" content="text/html; charset=cp850" /> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> |