Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spacing between attributes and their values #50

Merged
merged 1 commit into from
Mar 14, 2012
Merged

Fix spacing between attributes and their values #50

merged 1 commit into from
Mar 14, 2012

Conversation

chriso
Copy link
Contributor

@chriso chriso commented Mar 14, 2012

Spacing looks weird ;) If this is the way you usually write HTML then ignore this (not trying to impose) but virtually every HTML doc ever omits these spaces.

Makes .html() output this

<img src="foo" alt="bar" />

instead of

<img src = "foo" alt = "bar" />

matthewmueller added a commit that referenced this pull request Mar 14, 2012
Fix spacing between attributes and their values
@matthewmueller matthewmueller merged commit 0b4c684 into cheeriojs:master Mar 14, 2012
@matthewmueller
Copy link
Member

Haha alright.. it looks like there's enough support for this. I'm okay with it.

@chriso
Copy link
Contributor Author

chriso commented Mar 14, 2012

Awesome, cheers

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

Successfully merging this pull request may close these issues.

4 participants