Update bootstrap.php
This commit is contained in:
parent
1c80b7af3c
commit
e5ee69d333
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ if (
|
|||
null !== $tpl
|
||||
&& $c->DEBUG > 0
|
||||
) {
|
||||
$debug = $c->View->rendering($c->Debug->debug());
|
||||
$debug = \rtrim($c->View->rendering($c->Debug->debug()));
|
||||
$tpl = \str_replace('<!-- debuginfo -->', $debug, $tpl);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue