fix syntax error in example

This commit is contained in:
monte.ohrt
2009-06-15 14:56:50 +00:00
parent 4014a41c02
commit c1bf89849b

View File

@@ -234,7 +234,7 @@
{* do something *}
{/if}
{if is_array($foo) && count($foo) > 0)
{if is_array($foo) && count($foo) > 0}
{* do a foreach loop *}
{/if}
]]>