lolcat 1 рік тому
батько
коміт
1a00bf8069
1 змінених файлів з 1 додано та 1 видалено
  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"])
 				];
 			}
 		}