*** empty log message ***

This commit is contained in:
andrey
2001-01-22 15:29:36 +00:00
parent 5460994906
commit c0f89b7829
3 changed files with 5 additions and 2 deletions

3
NEWS
View File

@@ -1,3 +1,6 @@
- fixed the bug that prevented using non-array values for 'loop' attribute
(Andrei)
Version 1.0a
------------
- fixed bug that caused templates to recompile every time (monte)

View File

@@ -15,7 +15,7 @@ the value of $SCRIPT_NAME is {$SCRIPT_NAME}
hello, my name is {$Name|upper}
My interests are:
{section name=outer loop=2}
{section name=outer loop=$FirstName}
{if %outer.index% is odd by 2}
{%outer.rownum%} . {$outer/FirstName} {$outer/LastName}
{else}

View File

@@ -15,7 +15,7 @@ the value of $SCRIPT_NAME is {$SCRIPT_NAME}
hello, my name is {$Name|upper}
My interests are:
{section name=outer loop=2}
{section name=outer loop=$FirstName}
{if %outer.index% is odd by 2}
{%outer.rownum%} . {$outer/FirstName} {$outer/LastName}
{else}