diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2010-02-19 11:20:54 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2010-02-19 11:23:36 +0100 |
commit | 00ed153bee1758c80db5ca440c67db2c1ab4d171 (patch) | |
tree | c007f4df49bd7c7b1c1e1c73792c5f1a1c5f14b9 /paste/include/pastify.inc | |
parent | 10a9b20a5eecf6b932716cb4250a5a53214519b4 (diff) | |
download | rafb-nopaste-00ed153bee1758c80db5ca440c67db2c1ab4d171.tar.gz rafb-nopaste-00ed153bee1758c80db5ca440c67db2c1ab4d171.tar.xz rafb-nopaste-00ed153bee1758c80db5ca440c67db2c1ab4d171.zip |
fixed unicode issues
Diffstat (limited to 'paste/include/pastify.inc')
-rw-r--r-- | paste/include/pastify.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/paste/include/pastify.inc b/paste/include/pastify.inc index 328c1bf..8103a7d 100644 --- a/paste/include/pastify.inc +++ b/paste/include/pastify.inc @@ -55,6 +55,7 @@ function PastifyText($text, $language, $desc, $get_url, $remove_url) <html> <head> <link rel="stylesheet" type="text/css" href="${config['site_path']}paste.css"/> +<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta name="robots" content="noarchive"/> <title>Pasted code - $desc</title> </head> |