diff --git a/template/view/Renderer.php b/template/view/Renderer.php index 2552c5f64b..cb3593406b 100644 --- a/template/view/Renderer.php +++ b/template/view/Renderer.php @@ -202,6 +202,7 @@ protected function _init() { }, 'options' => '_attributes', 'title' => 'escape', + 'value' => 'escape', 'scripts' => function($scripts) use (&$context) { return "\n\t" . join("\n\t", $context['scripts']) . "\n"; },