forked from lolcat/4get
fixed brave spelling and other things
This commit is contained in:
parent
5b8c9eaed7
commit
cd98d1c69f
1979
scraper/brave.php
1979
scraper/brave.php
File diff suppressed because it is too large
Load Diff
2
web.php
2
web.php
|
@ -69,7 +69,7 @@ if($results["spelling"]["type"] != "no_correction"){
|
||||||
urlencode($results["spelling"]["correction"]) .
|
urlencode($results["spelling"]["correction"]) .
|
||||||
'&' .
|
'&' .
|
||||||
$frontend->buildquery($get, true) .
|
$frontend->buildquery($get, true) .
|
||||||
'">' .
|
'&spellcheck=no">' .
|
||||||
$results["spelling"]["correction"] .
|
$results["spelling"]["correction"] .
|
||||||
'</a>?' .
|
'</a>?' .
|
||||||
'</div>';
|
'</div>';
|
||||||
|
|
Loading…
Reference in New Issue