fixed a bunch of bugs

This commit is contained in:
JT Smith 2005-05-23 15:02:23 +00:00
parent 3b5a7d6f52
commit fd57cbaa51
8 changed files with 25 additions and 6 deletions

View file

@ -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"),'"');
}