소스 검색

fix repl && to &

a.binder 8 년 전
부모
커밋
a624dfacbb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      SE/se-lib/TableAjax.php.TableAjax.js

+ 1 - 1
SE/se-lib/TableAjax.php.TableAjax.js

@@ -486,7 +486,7 @@ var TableAjax = function() {
 								// console.log('simpleLink aliasMap fldName:', fldName, 'i:', i, 'v:', v, 'row['+v+']', row[v], 'val', val, 'typeof val', typeof val);
 								if (undefined !== row[v]) {
 									//valLink = valLink.replace(new RegExp('\{' + i + '\}', 'g'), row[v]);
-									 valLink = valLink.replace(new RegExp('\{' + i + '\}', 'g'),   row[v].replace('"','') ); //naprawa <a href="mailto:?subject=W spr. p
+									 valLink = valLink.replace(new RegExp('\{' + i + '\}', 'g'),   row[v].replace('"','') ).replace('&&','%26'); //naprawa <a href="mailto:?subject=W spr. p
 								}
 							});
 						}