NL2BR не работает для базы данных в PHP

$comments = stripcslashes($row["comments"]);

$commentsWithBreaks = nl2br($comments);

echo $commentsWithBreaks;
Bored Boar