You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rule H037 "Duplicate attribute found" flags attributes as duplicate even if they only partially match, so SVG attributes "width" and "stroke-width" are flagged.
How To Reproduce
Create a file test.html with the content:
<svgwidth="16" stroke-width="2"></svg>
Run djlint test.html
Contents of .djlintrc/pyproject.toml [tool.djlint]
No config.
The text was updated successfully, but these errors were encountered:
System Info
Issue
The rule H037 "Duplicate attribute found" flags attributes as duplicate even if they only partially match, so SVG attributes "width" and "stroke-width" are flagged.
How To Reproduce
Create a file
test.html
with the content:Run
djlint test.html
Contents of .djlintrc/pyproject.toml [tool.djlint]
No config.
The text was updated successfully, but these errors were encountered: