Skip to content

Problems with remove_spaces_inside_tags() #37

Description

@jkr2255

In current version, remove_spaces_inside_tags() is always called and cannot be disabled by option.

And this compression causes corruption in <input> value.

<!-- before -->
<input value=" value = 5 ">

<!-- after -->
<input value=" value=5 ">

So. at least either of following improvements is necessary:

  1. Create option to disable this compression
  2. Exclude attribute values from this compression

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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