Encoding before title. Props RanYanivHartstein. fixes #5519 for 2.5

git-svn-id: http://svn.automattic.com/wordpress/trunk@6568 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-01-06 19:15:33 +00:00
parent 0a5781da6e
commit fdb577cfd3
9 changed files with 14 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>blank_page</title>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>blank_page</title>
<script language="javascript">
function init() {
document.body.contentEditable = true;