diff options
Diffstat (limited to 'paste/index.html')
-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> |