Skip to content

Prevent of replacing & with & #176

@sepehr-davarnia

Description

@sepehr-davarnia

Hi
I am minifying my HTML code.
The library is escaping & char in tags, a problem in canonical tags.
How can I disable this behavior in link tags?

ex.
<link rel=canonical href="[DOMAIN]/store/accessories/headphones&headsets">

is being converted to

<link rel=canonical href=[DOMAIN]/store/accessories/headphones&amp;headsets>

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