$article['description'] = strip_tags(htmlspecialchars($article['description'])); to $article['description'] = strip_tags(html_entity_decode($article['description']));