2009/5/6 Anand Chitipothu <[email protected]>:
>
> 2009/5/6 Juan Pablo Scaletti <[email protected]>:
>>
>> That can be especially annoying because:
>>
>> 1. Unlike regular python, a blank line break the block of code.
>>
>> $if something:
>> ....<p>In the if-block</p>
>> ....<p>Still in</p>
>>
>> ....<p>Not in the if-block anymore!</p>
>
> Even I was troubled with this. Filed a bug.
>
> https://bugs.launchpad.net/webpy/+bug/372540

I don't think it's a bug, you just need a tab on the blank line.

$if something:
....<p>In the if-block</p>
....<p>Still in</p>
....
....<p>Not in the if-block anymore!</p>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to