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

Backport CGI::escapeHTML function from the Ruby standard library #59

Merged
merged 1 commit into from
Feb 13, 2014

Conversation

wallyqs
Copy link
Collaborator

@wallyqs wallyqs commented Feb 13, 2014

The CGI::escapeHTML function backported from the Ruby standard library
as of commit fd2fc885b43283aa3d76820b2dfa9de19a77012f

Implementation of the cgi module can change among Ruby versions
so stabilizing on a single one here to avoid surprises.

https://github.com/ruby/ruby/blob/trunk/lib/cgi/util.rb

The CGI::escapeHTML function backported from the Ruby standard library
as of commit fd2fc885b43283aa3d76820b2dfa9de19a77012f

Implementation of the cgi module can change among Ruby versions
so stabilizing on a single one here to avoid surprises.

https://github.com/ruby/ruby/blob/trunk/lib/cgi/util.rb
wallyqs added a commit that referenced this pull request Feb 13, 2014
Backport CGI::escapeHTML function from the Ruby standard library
@wallyqs wallyqs merged commit a2cabf2 into master Feb 13, 2014
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.

None yet

1 participant