diff options
author | Luke Bratch <l_bratch@yahoo.co.uk> | 2013-02-15 14:54:43 +0000 |
---|---|---|
committer | Luke Bratch <l_bratch@yahoo.co.uk> | 2013-02-15 14:54:43 +0000 |
commit | e84100d615f7bcfb7d43d183491b4dd067c538cc (patch) | |
tree | e5c5591a0f248505eda11269eeb9001d9f9d4d8b /index.php | |
parent | 916bf324be3d7b34e1e72b5d2ce12945f6342e81 (diff) |
Change charset to UTF-8
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ <html> <head> <title>Pastebin</title> - <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> <p>Paste Stuff Here!</p> |