some holdovers

This commit is contained in:
JT Smith 2005-05-20 19:06:52 +00:00
parent f75e28f61f
commit 0d8540bb02
5 changed files with 8 additions and 2 deletions

View file

@ -14,4 +14,7 @@ function tinyMCE_WebGUI_URLConvertor(url, node, on_save) {
return url;
}
function tinyMCE_WebGUI_Cleanup(content) {
return content.replace(new RegExp(""","g"),'"');
}