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

Olives: Escape todo title in list rendering (#397) #410

Merged
merged 1 commit into from
Jan 28, 2013

Conversation

passy
Copy link
Member

@passy passy commented Jan 28, 2013

This fixes the HTML escaping in the titles for the Olives example. See #397.

I opted for textContent, which obviously doesn't work in < IE 9. Olives seems to rely on some features like element.classList though which are only available in IE 10, so that shouldn't matter.

sindresorhus added a commit that referenced this pull request Jan 28, 2013
Olives: Escape todo title in list rendering (#397)
@sindresorhus sindresorhus merged commit 0d229a1 into tastejs:gh-pages Jan 28, 2013
@sindresorhus
Copy link
Member

Works for me. Thanks ;)

@passy
Copy link
Member Author

passy commented Jan 28, 2013

Great, one more item to tick off the list. :)

gustaff-weldon pushed a commit to gustaff-weldon/todomvc that referenced this pull request Dec 23, 2013
Olives: Escape todo title in list rendering (tastejs#397)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants