Browse Source

Fix Core\View

Visman 4 years ago
parent
commit
1e2ed92e35
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Core/View.php

+ 1 - 1
app/Core/View.php

@@ -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';