plugins/wp-travel-engine/includes/class-wp-travel-engine.php
Line 75:
function wpte_the_content_filter($content) {
$content = str_replace("<br />","", $content);
return $content;
}
Sorry guys, but this is damn stupid.
For all guys, who can not code PHP:
Remove the line $content = str_replace("<br />","", $content); and your pages will look normal.
-
This reply was modified 7 years, 4 months ago by
btxtiger.
-
This reply was modified 7 years, 4 months ago by
btxtiger.
-
This reply was modified 7 years, 4 months ago by
btxtiger.
Thank you @btxtiger this saved my day!