summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-14 07:28:41 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-14 07:28:41 +0000
commita2884195e7461ce42ad19e52a1cdd55ac9e3f315 (patch)
tree55619dba9666416ebfd0a935afa15afec5bd956a /ChangeLog
parentcb4e2b590eff76446023ce2305d82b9487df64ae (diff)
* ChangeLog: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36697 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 334fffdbe2..5cbd59b0ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,7 +20,7 @@ Tue Aug 14 10:38:17 2012 NARUSE, Yui <naruse@ruby-lang.org>
Mon Aug 13 13:13:19 2012 Shugo Maeda <shugo@ruby-lang.org>
- * lib/erb.rb (ERB::Util.html_escape): use CGI.escape to escape
+ * lib/erb.rb (ERB::Util.html_escape): use CGI.escapeHTML to escape
single quotes. [ruby-core:47138] [Bug #6861]
Sun Aug 12 11:57:20 2012 Kazuki Tsujimoto <kazuki@callcc.net>