[BUG] [Formatter] format_attribute_template_tags
option makes URLs in tags attributes unreadable
#427
Closed
3 tasks done
Labels
System Info
Issue
format_attribute_template_tags
option makes URLs in tags attributes unreadable.How To Reproduce
This is reformatted like this:
This makes the resulting URL unreadable and ugly due to spaces. Example:
http://127.0.0.1:8000/?%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20foo=foo&%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bar=bar
I suggest making
format_attribute_template_tags
ignore the formatting of attributes such as<form>
's action,<a>
's href,<img>
's and<video>
's src, and maybe a few others I forgot about.Config
The text was updated successfully, but these errors were encountered: