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/index.html | |
parent | 10a9b20a5eecf6b932716cb4250a5a53214519b4 (diff) | |
download | rafb-nopaste-00ed153bee1758c80db5ca440c67db2c1ab4d171.tar.gz rafb-nopaste-00ed153bee1758c80db5ca440c67db2c1ab4d171.tar.xz rafb-nopaste-00ed153bee1758c80db5ca440c67db2c1ab4d171.zip |
fixed unicode issues
Diffstat (limited to '')
-rw-r--r-- | paste/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/paste/index.html b/paste/index.html index f6e480c..2b618ea 100644 --- a/paste/index.html +++ b/paste/index.html @@ -1,12 +1,12 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> - <head> <title>Paste your code</title> + <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> </head> <body> - <form action="paste.php" method="post"> + <form action="paste.php" method="post" accept-charset="UTF-8"> <table border="0" cellpadding="0" cellspacing="1"> <tr> <td style="padding-left: 0px; padding-right: 5px;">Language:</td> |