Fix Core\View
This commit is contained in:
parent
1291e08441
commit
1e2ed92e35
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Reference in a new issue