Re: [PHP Template] whitespace

[email protected] (Dan Libby) Fri, 18 Feb 2000 12:31:33 -0800
Newsgroups php.template
Message-ID <[email protected]>
depends on how ambitious you are with the parser ;-)  I don't see any reason
*not* to allow that from a useability standpoint. It is in keeping with *ML
syntax that people are familiar with.

-dan

Andrei Zmievski wrote:

> Should we require template constructs start and end on the same line and
> prevent them spanning multiple lines like this:
>
> {{ $var
>         default="asdf" }}
>
> -Andrei