allow_tag_with_this_attribute_values only allows one entry from list #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Meta.allow_tag_with_this_attribute_values only allows one value from the list, not multiple values.
So if you want to allow multiple classes, you'll have to add the permutation of all possible values to the list:
I would expect this to work for
<a class="a b">Link</a>Instead, we would have to use: