We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c087283 commit caa9fabCopy full SHA for caa9fab
1 file changed
lib/multiple-results.php
@@ -44,7 +44,7 @@
44
var foundArray = [];
45
foundInSelected = false;
46
userTarget = top.document.findAndReplace.target.value;
47
-findText = top.findAndReplace.find.value.toLowerCase();
+findText = top.findAndReplace.find.value;
48
<?php
49
$findText = str_replace("ICEcoder:","",str_replace("'","\'",$_GET['find']));
50
// Find in open docs?
0 commit comments