Fix Core\View

This commit is contained in:
Visman 2020-10-16 13:14:10 +07:00
parent 1291e08441
commit 1e2ed92e35

View file

@ -16,7 +16,7 @@ class View extends Dirk
'views' => $views,
'cache' => $cache,
'ext' => '.forkbb.php',
'echo' => '\\htmlspecialchars((string) %s, \\ENT_HTML5 | \\ENT_QUOTES | \\ENT_SUBSTITUTE, \'UTF-8\')',
'echo' => '\\htmlspecialchars((string) (%s), \\ENT_HTML5 | \\ENT_QUOTES | \\ENT_SUBSTITUTE, \'UTF-8\')',
'separator' => '/',
];
$this->compilers[] = 'Transformations';