Skip to content

Commit

Permalink
Fixing issue UnionOfRAD#613
Browse files Browse the repository at this point in the history
  • Loading branch information
tefra committed Aug 17, 2012
1 parent 9a15650 commit 7151dd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/view/Renderer.php
Expand Up @@ -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";
},
Expand Down

0 comments on commit 7151dd6

Please sign in to comment.