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/paste.php | |
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/paste.php')
-rw-r--r-- | paste/paste.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/paste.php b/paste/paste.php index 3c7891e..6dba5c0 100644 --- a/paste/paste.php +++ b/paste/paste.php @@ -63,7 +63,7 @@ if (isset($_POST['text']) && "" != ($ttemp = rtrim($_POST['text']))) } else { - $language = 'Plain Text'; + $language = 'text'; } // Add a description if available |