diff options
Diffstat (limited to 'program/js/tiny_mce/blank.htm')
-rw-r--r-- | program/js/tiny_mce/blank.htm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/program/js/tiny_mce/blank.htm b/program/js/tiny_mce/blank.htm new file mode 100644 index 000000000..5a4a5a57c --- /dev/null +++ b/program/js/tiny_mce/blank.htm @@ -0,0 +1,9 @@ +<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <title>blank_page</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+</head>
+<body class="mceContentBody">
+
+</body>
+</html>
|