diff --git a/app/functions/smarty_plugins/block.scripts.php b/app/functions/smarty_plugins/block.scripts.php index 5c1d771..e3e8e11 100644 --- a/app/functions/smarty_plugins/block.scripts.php +++ b/app/functions/smarty_plugins/block.scripts.php @@ -90,8 +90,9 @@ function smarty_block_scripts($params, $content, &$smarty, &$repeat) $return .= '' . "\n"; } } + + $return .= smarty_helper_inline_scripts($params, $content, $smarty, $repeat); } - $return .= smarty_helper_inline_scripts($params, $content, $smarty, $repeat); return $return; }