diff options
| author | uwetews <uwe.tews@googlemail.com> | 2018-08-19 02:35:46 +0200 |
|---|---|---|
| committer | uwetews <uwe.tews@googlemail.com> | 2018-08-19 02:35:46 +0200 |
| commit | 799b5cb3424f798f133839fbfdc09b613703cdfe (patch) | |
| tree | 2b721d5436da45c194f9dcdfd62f79265018d729 /libs/debug.tpl | |
| parent | b5e5085391100f26656276e091a0b8034e9f13c9 (diff) | |
| download | smarty-799b5cb3424f798f133839fbfdc09b613703cdfe.tar.gz smarty-799b5cb3424f798f133839fbfdc09b613703cdfe.tar.bz2 smarty-799b5cb3424f798f133839fbfdc09b613703cdfe.zip | |
- fix PSR-2 coding standards and PHPDoc blocks https://github.com/smarty-php/smarty/pull/452
https://github.com/smarty-php/smarty/pull/475
https://github.com/smarty-php/smarty/pull/473
- bugfix PHP5.2 compatibility https://github.com/smarty-php/smarty/pull/472
Diffstat (limited to 'libs/debug.tpl')
| -rw-r--r-- | libs/debug.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/debug.tpl b/libs/debug.tpl index 5526cbca..966376fc 100644 --- a/libs/debug.tpl +++ b/libs/debug.tpl @@ -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> |
