diff --git a/app/Components/Integrations/Telegram/VacancyChannel.php b/app/Components/Integrations/Telegram/VacancyChannel.php index 26516d3..f2b58c9 100644 --- a/app/Components/Integrations/Telegram/VacancyChannel.php +++ b/app/Components/Integrations/Telegram/VacancyChannel.php @@ -80,7 +80,6 @@ class VacancyChannel $text = str_ireplace('', '', $text); $text = str_ireplace('', '', $text); - - return $text; + return html_entity_decode($text, ENT_QUOTES | ENT_HTML5, 'UTF-8'); } }