debug() in CLI should include newline..

If not, two debug() statements after each other is very hard to read, as the #### separater is on the same line
This commit is contained in:
Christian Winther 2013-05-28 11:57:59 +00:00
parent fb86859585
commit d14f0cece4

View file

@ -95,6 +95,7 @@ HTML;
########## DEBUG ##########
%s
###########################
TEXT;
$template = $html;
if (php_sapi_name() === 'cli' || $showHtml === false) {