diff --git a/common.inc.php b/common.inc.php index 494c508..5e7c03f 100644 --- a/common.inc.php +++ b/common.inc.php @@ -1027,7 +1027,7 @@ function output_page_cms($filename) send_header($r->title); if(file_exists("data/logo-200.gif") && $r->showlogo==1) - echo ""; + echo ""; //if it looks like we have HTML content, dont do a nl2br, if there's no html, then do the nl2br if(strlen($r->text)==strlen(strip_tags($r->text)))