Skip to content

Problem escaping special characters to url entities #15

@luccasmaso

Description

@luccasmaso

Given the url to linkify:

https://www.site.com/someimage.jpg?var=1&option=1

The href attribute for the <a> tag has some characters (&) escaped to html entities.

https://www.site.com/someimage.jpg?var=1&amp;option=1

This way the url cannot be achieved. I suggest unescaping it back when adding the attribute do the tag.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions