Compare commits

..

No commits in common. "430c0a2f0f72f1254ab65d53f13640fe02418f05" and "502f6d12e49afa25e82bd9d1c8418e3956af36bf" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -718,7 +718,7 @@ class ddg{
->getTextContent(
$json["suggestion"]
),
"correction" => html_entity_decode($json["recourseText"])
"correction" => $json["recourseText"]
];
}
}

View File

@ -89,7 +89,7 @@ if($results["spelling"]["type"] != "no_correction"){
'&' .
$frontend->buildquery($get, true) .
'&spellcheck=no">' .
htmlspecialchars($results["spelling"]["correction"]) .
$results["spelling"]["correction"] .
'</a>?' .
'</div>';
}