Update bootstrap.php

This commit is contained in:
Visman 2023-03-09 23:41:17 +07:00
parent 1c80b7af3c
commit e5ee69d333

View file

@ -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);
}