Jelajahi Sumber

duckduckgo spelling fix

lolcat 1 tahun lalu
induk
melakukan
1a00bf8069
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      scraper/ddg.php

+ 1 - 1
scraper/ddg.php

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