Floarea-soarelui şi macul - de George Coşbuc
8.0/10 - 123 de voturi
Floarea-soarelui şi macul
$text = str_replace(" ", ' ', $item->text);
$string = htmlentities($text, null, 'utf-8');
$content = str_replace(" ", "", $string);
$content = html_entity_decode($content);
?>