> Take the following table:
>
> <table>
>   <tr>
>     <td>
>       XXX
>     </td>
>   </tr>
> [* if ($t) { *]
>   <tr>
>     <td>
>       YYY
>     </td>
>   </tr>
> [* } *]
> </table>
>
> If $t is true it works. If $t is false, the whole contents of the table
will
> be skipped, even the XXX part. (This is in 2.0b8)
>

Looks like a bug, quick workaround is to either use [$if $] ... [$endif$] or
to add some text between the } and the end of the table e.g.

[* } *]
<!-- -->
</table>

in both case it will work. I try to fix the bug for the next release

Gerald

-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to