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

data Mustache helper doesn't parse attribute properly #200

Closed
daffl opened this issue Dec 6, 2012 · 1 comment
Closed

data Mustache helper doesn't parse attribute properly #200

daffl opened this issue Dec 6, 2012 · 1 comment
Labels

Comments

@daffl
Copy link
Contributor

daffl commented Dec 6, 2012

The data helper doesn't parse attribute names properly. This works:

<p id="foo" {{data "name"}}>data rocks</p>

This doesn't:

<p id="foo" {{data "name" }}>data rocks</p>

This doesn't parse properly as well:

<p id="foo" {{data "name "  }}>data rocks</p>
@amcdnl
Copy link
Contributor

amcdnl commented Dec 6, 2012

Probably just needs tweaking to the regex.

@daffl daffl closed this as completed in 205a638 Dec 6, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants