New question #141907 on nXhtml:
https://answers.launchpad.net/nxhtml/+question/141907

When editing mako files, the indentation doesn't work properly for control flow 
statements using the "%" character.
For example, this code gets indentated like that:
       % if True:
            <br> hello </br>
            % else:
            <br> world </br>
                % endif

The % else and % endif get indentated 4 spaces forward instead of being at the 
same level as % if True:.

-- 
You received this question notification because you are a member of
nXhtml, which is an answer contact for nXhtml.

_______________________________________________
Mailing list: https://launchpad.net/~nxhtml
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~nxhtml
More help   : https://help.launchpad.net/ListHelp

Reply via email to