more bug fixes
This commit is contained in:
parent
8e2f4a5295
commit
c456b708de
5 changed files with 8 additions and 6 deletions
|
|
@ -14,7 +14,8 @@ function tinyMCE_WebGUI_URLConvertor(url, node, on_save) {
|
|||
|
||||
function tinyMCE_WebGUI_Cleanup(type,value) {
|
||||
// alert(value);
|
||||
if (value != "[object HTMLBodyElement]") {
|
||||
// return value;
|
||||
if (value != "[object HTMLBodyElement]" && value != "[object]") {
|
||||
value = value.replace(new RegExp(""", "g"),"\"");
|
||||
}
|
||||
return value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue