Skip to content

attr_list acts on {% #964

Closed
Closed
@domeniko-gentner

Description

@domeniko-gentner

My earlier ticket was caused by this.

Example input:

{% for each in articles %}
<p>{{ each.excerpt }}</p>
{% endfor %}

This is a jinja2 block. If the addon attr_list is on, it outputs this:

<p _=% endfor>{% for each in articles %} <p>{{ each.excerpt }}</p>

The weird part is, that only acts on the closing tag.

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsRelated to the project documentation.extensionRelated to one or more of the included extensions.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions