diff --git a/lib/multiple-results.php b/lib/multiple-results.php index 131f66d..ac7642d 100644 --- a/lib/multiple-results.php +++ b/lib/multiple-results.php @@ -22,7 +22,7 @@ var resultsDisplay = ""; var foundTabArray = []; var startTab = top.ICEcoder.selectedTab; -var rExp = new RegExp("","g"); +var rExp = new RegExp("","g"); for (var i=1;i<=top.ICEcoder.openFiles.length;i++) { top.ICEcoder.switchTab(i); var cM = top.ICEcoder.getcMInstance(); @@ -46,7 +46,7 @@ if (foundTabArray.length==0) {alert('No matches found')}; if (foundTabArray.length!=0) {document.getElementById('replaceAll').style.opacity = 1}; foundTabArray.length >= 2 ? plural = "s" : plural = ""; -document.getElementById('title').innerHTML = "'' found in "+foundTabArray.length+" file"+plural; +document.getElementById('title').innerHTML = "'' found in "+foundTabArray.length+" file"+plural; document.getElementById('results').innerHTML = resultsDisplay; var gotoTab = function(tab) {