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

when an {% if %} statement is in a tag as an attribute sometimes the {%endif%} is stripped #8

Closed
christopherpickering opened this issue Aug 19, 2021 · 1 comment
Labels
🦠 bug Something isn't working released

Comments

@christopherpickering
Copy link
Contributor

<div class="em-checkbox">
    <label class="checkbox-container">
        <input type="checkbox"
               class="send_completion_email_log_check"
               {% if t and t.email_completion_log == 1 %} checked="checked"{% endif %}/>
        <span class="checkmark"></span>
    </label>
    Include run log?
</div>

the {% endif %} in the input is being dropped.

@christopherpickering christopherpickering added the 🦠 bug Something isn't working label Aug 19, 2021
@christopherpickering
Copy link
Contributor Author

🎉 This issue has been resolved in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦠 bug Something isn't working released
Projects
None yet
Development

No branches or pull requests

1 participant