some holdovers
This commit is contained in:
parent
f75e28f61f
commit
0d8540bb02
5 changed files with 8 additions and 2 deletions
|
|
@ -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"),'"');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue