fixed a bunch of bugs
This commit is contained in:
parent
3b5a7d6f52
commit
fd57cbaa51
8 changed files with 25 additions and 6 deletions
|
|
@ -14,7 +14,7 @@ function tinyMCE_WebGUI_URLConvertor(url, node, on_save) {
|
|||
return url;
|
||||
}
|
||||
|
||||
function tinyMCE_WebGUI_Cleanup(content) {
|
||||
function tinyMCE_WebGUI_Cleanup(type,content) {
|
||||
return content.replace(new RegExp(""","g"),'"');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue