mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
Fix max nesting parameter
This commit is contained in:
@@ -128,9 +128,9 @@
|
|||||||
<tr class="{if $vars@iteration % 2 eq 0}odd{else}even{/if}">
|
<tr class="{if $vars@iteration % 2 eq 0}odd{else}even{/if}">
|
||||||
<td><h3><font color=blue>${$vars@key}</font></h3>
|
<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:null:80 nofilter}{/if}
|
{if isset($vars['scope'])}<b>Origin:</b> {$vars['scope']|debug_print_var:10:80 nofilter}{/if}
|
||||||
</td>
|
</td>
|
||||||
<td><h3>Value</h3>{$vars['value']|debug_print_var:null:80 nofilter}</td>
|
<td><h3>Value</h3>{$vars['value']|debug_print_var:10:80 nofilter}</td>
|
||||||
<td>{if isset($vars['attributes'])}<h3>Attributes</h3>{$vars['attributes']|debug_print_var nofilter} {/if}</td>
|
<td>{if isset($vars['attributes'])}<h3>Attributes</h3>{$vars['attributes']|debug_print_var nofilter} {/if}</td>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
</table>
|
</table>
|
||||||
@@ -141,9 +141,9 @@
|
|||||||
{foreach $config_vars as $vars}
|
{foreach $config_vars as $vars}
|
||||||
<tr class="{if $vars@iteration % 2 eq 0}odd{else}even{/if}">
|
<tr class="{if $vars@iteration % 2 eq 0}odd{else}even{/if}">
|
||||||
<td><h3><font color=blue>#{$vars@key}#</font></h3>
|
<td><h3><font color=blue>#{$vars@key}#</font></h3>
|
||||||
{if isset($vars['scope'])}<b>Origin:</b> {$vars['scope']|debug_print_var:null:80 nofilter}{/if}
|
{if isset($vars['scope'])}<b>Origin:</b> {$vars['scope']|debug_print_var:10:80 nofilter}{/if}
|
||||||
</td>
|
</td>
|
||||||
<td>{$vars['value']|debug_print_var:null:80 nofilter}</td>
|
<td>{$vars['value']|debug_print_var:10:80 nofilter}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user