@@ -18,7 +18,7 @@ |
||
18 | 18 | public function getFunctions() |
19 | 19 | { |
20 | 20 | return array( |
21 | - new Twig_SimpleFunction( |
|
21 | + new Twig_SimpleFunction( |
|
22 | 22 | 'form_jquery_validation', |
23 | 23 | array($this, 'renderJavascript'), |
24 | 24 | array('needs_environment' => true, 'pre_escape' => array('html', 'js'), 'is_safe' => array('html', 'js')) |