Skip to content
This repository was archived by the owner on May 19, 2020. It is now read-only.
This repository was archived by the owner on May 19, 2020. It is now read-only.

HTML attributes with comma in value throws the whole tag off #7

Description

@rickharris

For example, <meta name="viewport" content="width=device-width, initial-scale=1.0"> is a common practice for mobile-friendly development. When written in jade.php as meta(name="viewport", content="width=device-width, initial-scale=1.0"), it is rendered as <meta name="viewport" content="width=device-width" initial-scale="1.0" />. The Javascript version does not currently have this bug.

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