diff options
Diffstat (limited to 'scraper')
| -rw-r--r-- | scraper/ddg.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/ddg.php b/scraper/ddg.php index 7e7fc82..ad83b73 100644 --- a/scraper/ddg.php +++ b/scraper/ddg.php @@ -718,7 +718,7 @@ class ddg{ ->getTextContent( $json["suggestion"] ), - "correction" => $json["recourseText"] + "correction" => html_entity_decode($json["recourseText"]) ]; } } |
