summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bratch <l_bratch@yahoo.co.uk>2013-02-15 14:54:43 +0000
committerLuke Bratch <l_bratch@yahoo.co.uk>2013-02-15 14:54:43 +0000
commite84100d615f7bcfb7d43d183491b4dd067c538cc (patch)
treee5c5591a0f248505eda11269eeb9001d9f9d4d8b
parent916bf324be3d7b34e1e72b5d2ce12945f6342e81 (diff)
Change charset to UTF-8
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 98d74b8..b333a12 100755
--- a/index.php
+++ b/index.php
@@ -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>