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

Don't render {head,body}.append return value #231

Merged
merged 1 commit into from
Oct 31, 2015
Merged

Conversation

seanpdoyle
Copy link
Contributor

<%= head.append do %> now returns nil.

Accidentally using the <%= %> variety of ERB tags will no longer
render the contents of the captured block as a plain text duplicate.

@seanpdoyle seanpdoyle force-pushed the sd-fix-readme branch 3 times, most recently from 763b0d6 to f5ee923 Compare October 31, 2015 14:22
`<%= head.append do %>` now returns `nil`.

Accidentally using the `<%= %>` variety of ERB tags will no longer
render the contents of the captured block as a plain text duplicate.
@seanpdoyle seanpdoyle merged commit 5086aae into master Oct 31, 2015
@seanpdoyle seanpdoyle deleted the sd-fix-readme branch November 24, 2015 16:20
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.

1 participant