From: <web...@st...> - 2002-11-21 18:50:13
|
On Thu, 21 Nov 2002 kea...@na... wrote: | This is actually a known issue -- I originally posted something to the list | over a year ago (See | http://www.servlets.com/archive/servlet/ReadMsg?msgId=140190&listName=webmac | ro). | | The problem is with unclosed blocks that use the #begin or implicit #begin. | Since the parser didn't find a curly brace after the else it assumes an | implicit #begin and looks for an #end. If no #end is found it terminates | the block at the end of the template -- without an error (ouch). How bad isn't such an implicit assumption?!? If there _isn't_ any #end, then this _is_ a huge error, isn't it? /me things STRICT is GOOD..! ;) -- Mvh, Endre Stølsvik M[+47 93054050] F[+47 51625182] Developer @ CoreTrek AS - http://www.coretrek.com/ CoreTrek corporate portal / EIP - http://www.corelets.com/ |