Skip to content
Snippets Groups Projects

Fixes #1196 Smarty debuggig variable declaration

Merged Uma requested to merge uma.s/vtigercrm:Smarty_debug_Setup into master
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -127,7 +127,7 @@ td {
{/capture}
<script type="text/javascript">
{$id = $template_name|default:''|md5}
_smarty_console = window.open("","console{$id}","width=680,height=600,resizable,scrollbars=yes");
var _smarty_console = window.open("","console{$id}","width=680,height=600,resizable,scrollbars=yes");
_smarty_console.document.write("{$debug_output|escape:'javascript' nofilter}");
_smarty_console.document.close();
</script>
Loading