diff options
author | svncommit <devs@roundcube.net> | 2006-09-14 03:49:28 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2006-09-14 03:49:28 +0000 |
commit | a0109c4933e0bfb5ed9dbcf94f932991ca689542 (patch) | |
tree | 955246969bf9da5d5335d1d7c483025fdbd50407 /program/js/tiny_mce/blank.htm | |
parent | bb5ddfa0ade5fbd2ed9be16e51d4ce695252eece (diff) |
Initial TinyMCE editor support (still need to work on spellcheck and skins)
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>
|