Skip to content

List element ID's are created in wrong area #83

@lucaskardo

Description

@lucaskardo

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">

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingquestionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions