-
Notifications
You must be signed in to change notification settings - Fork 900
attr_list acts on {% #964
Copy link
Copy link
Closed
Labels
docsRelated to the project documentation.Related to the project documentation.extensionRelated to one or more of the included extensions.Related to one or more of the included extensions.
Metadata
Metadata
Assignees
Labels
docsRelated to the project documentation.Related to the project documentation.extensionRelated to one or more of the included extensions.Related to one or more of the included extensions.
Type
Fields
Give feedbackNo fields configured for issues without a type.
My earlier ticket was caused by this.
Example input:
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.