]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/plugins/paste/blank.htm
Wordpress 2.6.2
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / plugins / paste / blank.htm
index 1ddf8291e9e5c0f6056de814370a2b4b5be027e7..0db61aa4e6105b32fade171d79f3c1e77adfe8b6 100644 (file)
@@ -1,19 +1,22 @@
-<html xmlns="http://www.w3.org/1999/xhtml">\r
-<head>\r
-       <title>blank_page</title>\r
-       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\r
-       <script language="javascript">\r
-               function init() {\r
-                       document.body.contentEditable = true;\r
-                       document.designMode = 'on';\r
-                       parent.initIframe(document);\r
-                       window.focus();\r
-               }\r
-       </script>\r
-       <link href="css/blank.css" rel="stylesheet" type="text/css" />\r
-       <base target="_self" />\r
-</head>\r
-<body onload="init();">\r
-\r
-</body>\r
-</html>\r
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>blank_page</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<link href="css/blank.css?ver=311" rel="stylesheet" type="text/css" />
+<base target="_self" />
+<script type="text/javascript">
+function init() {
+       if (parent.tinymce.isIE)
+               document.body.contentEditable = true;
+       else
+               document.designMode = 'on';
+
+       parent.initIframe(document);
+       window.focus();
+}
+</script>
+</head>
+<body onload="init();">
+
+</body>
+</html>