diff options
| author | uwetews <uwe.tews@googlemail.com> | 2018-08-31 16:45:09 +0200 |
|---|---|---|
| committer | uwetews <uwe.tews@googlemail.com> | 2018-08-31 16:45:09 +0200 |
| commit | 4f7cd8f1b3e29b108d6eee28e912149f8d8ad893 (patch) | |
| tree | 90363779f2c0ffb5ceb05c9c9391a9a5ad4b6c10 /libs/debug.tpl | |
| parent | d52a04fba1479b560316b7e6b2ec6a97a20cdab0 (diff) | |
| download | smarty-4f7cd8f1b3e29b108d6eee28e912149f8d8ad893.tar.gz smarty-4f7cd8f1b3e29b108d6eee28e912149f8d8ad893.tar.bz2 smarty-4f7cd8f1b3e29b108d6eee28e912149f8d8ad893.zip | |
- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty/pull/483
Diffstat (limited to 'libs/debug.tpl')
| -rw-r--r-- | libs/debug.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/debug.tpl b/libs/debug.tpl index 966376fc..edc7bef9 100644 --- a/libs/debug.tpl +++ b/libs/debug.tpl @@ -113,10 +113,10 @@ <div> {foreach $template_data as $template} <font color=brown>{$template.name}</font> - <br> <span class="exectime"> + <br /> <span class="exectime"> (compile {$template['compile_time']|string_format:"%.5f"}) (render {$template['render_time']|string_format:"%.5f"}) (cache {$template['cache_time']|string_format:"%.5f"}) </span> - <br> + <br /> {/foreach} </div> {/if} @@ -127,7 +127,7 @@ {foreach $assigned_vars as $vars} <tr class="{if $vars@iteration % 2 eq 0}odd{else}even{/if}"> <td><h3><font color=blue>${$vars@key}</font></h3> - {if isset($vars['nocache'])}<b>Nocache</b><br>{/if} + {if isset($vars['nocache'])}<b>Nocache</b><br />{/if} {if isset($vars['scope'])}<b>Origin:</b> {$vars['scope']|debug_print_var nofilter}{/if} </td> <td><h3>Value</h3>{$vars['value']|debug_print_var:10:80 nofilter}</td> |
