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:
@@ -97,6 +97,7 @@ if( typofile[typofile.length-1].toLowerCase() != 'txt' && typofile[typofile.leng
|
|||||||
|
|
||||||
function saveFile(pro_uid, fileName){
|
function saveFile(pro_uid, fileName){
|
||||||
fc = getField('fcontent').value;
|
fc = getField('fcontent').value;
|
||||||
|
fc = escape(fc);
|
||||||
fc = fc.replace(/&/g, "@amp@");
|
fc = fc.replace(/&/g, "@amp@");
|
||||||
fc = fc.replace(/\+/g, '%2B');
|
fc = fc.replace(/\+/g, '%2B');
|
||||||
var oRPC = new leimnud.module.rpc.xmlhttp({
|
var oRPC = new leimnud.module.rpc.xmlhttp({
|
||||||
|
|||||||
Reference in New Issue
Block a user