Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complaints about {% else %} #21

Closed
ondrowan opened this issue Jun 26, 2011 · 1 comment
Closed

Complaints about {% else %} #21

ondrowan opened this issue Jun 26, 2011 · 1 comment

Comments

@ondrowan
Copy link

Since version 1.3, plugin is whining about {% else %} statement.

In following code I'm getting error that I should close if before else and then close else with endelse.

{% if something %}
    ...
{% else %}
   ...
{% endif %}
@ondrowan
Copy link
Author

ondrowan commented Aug 1, 2011

Got the same issue with {% elseif %} now. It says it's unclosed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants