- fixed {foreachelse} and {forelse} tags

This commit is contained in:
Uwe.Tews
2009-03-23 15:29:50 +00:00
parent c20094c923
commit 52652dd4f9
9 changed files with 14 additions and 16 deletions
@@ -28,7 +28,7 @@ class Smarty_Internal_Compile_ForeachClose extends Smarty_Internal_CompileBase {
if ($_open_tag == 'foreachelse')
return "<?php } ?>";
else
return "<?php }}} ?>";
return "<?php }} ?>";
}
}