br tags on backend not showing up on frontend

May be you have to check the template, its possibile that it may have: remove_filter('the_content','wpautop'); or any other function that has to do with the_content and strip_tags usally they are located in theme functions.php

tech