Noapte de iarnă - de George Topârceanu
9.0/10 - 105 de voturi
Noapte de iarnă
$text = str_replace(" ", ' ', $item->text);
$string = htmlentities($text, null, 'utf-8');
$content = str_replace(" ", "", $string);
$content = html_entity_decode($content);
?>