-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested
Description
When localizes adds an ID to a list object in HTML, instead of adding the id inside the List tag it add a span with the ID next to the HTML elemnt.
<li style="list-style: none;"><span id="Your_are_all51">
The expected behavior would be for localize to add the ID tag inside the list element.
for example
<li style="list-style: none;" id="your-id">
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested