-
+ 064AE4DD948CF727FDA06D9A5722B46DF9DA08E17735B28C9C6FE4FE5BDBB82237EDBBA3864060148AACC57B2EC500FB92D6EEF036DF78B504058D7D04012DDF
mp-wp/wp-includes/js/tinymce/plugins/paste/blank.htm
(0 . 0)(1 . 22)
122201 <html xmlns="http://www.w3.org/1999/xhtml">
122202 <head>
122203 <title>blank_page</title>
122204 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
122205 <link href="css/blank.css?ver=3211" rel="stylesheet" type="text/css" />
122206 <base target="_self" />
122207 <script type="text/javascript">
122208 function init() {
122209 if (parent.tinymce.isIE)
122210 document.body.contentEditable = true;
122211 else
122212 document.designMode = 'on';
122213
122214 parent.initIframe(document);
122215 window.focus();
122216 }
122217 </script>
122218 </head>
122219 <body onload="init();">
122220
122221 </body>
122222 </html>