Skip to content

minifyJs turns single quotes in handler-attributes into double quotes #41

@Kreozot

Description

@Kreozot

Which is breaking code, of course.
Here is the case: <a onclick="myFunc('my string')"> turning into <a onclick="myFunc("my string")">. When I disable minifyJs option, everything is fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions