mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 11:54:26 +02:00
fix syntax error in example
This commit is contained in:
@@ -234,7 +234,7 @@
|
|||||||
{* do something *}
|
{* do something *}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{if is_array($foo) && count($foo) > 0)
|
{if is_array($foo) && count($foo) > 0}
|
||||||
{* do a foreach loop *}
|
{* do a foreach loop *}
|
||||||
{/if}
|
{/if}
|
||||||
]]>
|
]]>
|
||||||
|
Reference in New Issue
Block a user