From 4093598bf6eca8fce16fcb8695c4717063a5f6a0 Mon Sep 17 00:00:00 2001 From: shugo Date: Mon, 13 Aug 2012 04:17:00 +0000 Subject: * lib/erb.rb (ERB::Util.html_escape): use CGI.escape to escape single quotes. [ruby-core:47138] [Bug #6861] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2a15949f61..c7f16d7093 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Aug 13 13:13:19 2012 Shugo Maeda + + * lib/erb.rb (ERB::Util.html_escape): use CGI.escape to escape + single quotes. [ruby-core:47138] [Bug #6861] + Sun Aug 12 11:57:20 2012 Kazuki Tsujimoto * vm.c (invoke_block_from_c): fix unintentional block passing. -- cgit v1.2.3