BUG 6785 Process Files Manager issue

This bug is fixed now, it was happening when you add more than 2 spaces in your html.
This commit is contained in:
Carlos Pacha
2011-04-25 11:54:46 -04:00
parent d9b98b6db4
commit e5bbfd9cb8

View File

@@ -97,6 +97,7 @@ if( typofile[typofile.length-1].toLowerCase() != 'txt' && typofile[typofile.leng
function saveFile(pro_uid, fileName){
fc = getField('fcontent').value;
fc = escape(fc);
fc = fc.replace(/&/g, "@amp@");
fc = fc.replace(/\+/g, '%2B');
var oRPC = new leimnud.module.rpc.xmlhttp({