From 8668bfc787b5e7d8e129e05d9612c1efc91dd6b8 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 5 Feb 2010 21:06:31 +0100 Subject: the infamuous typo that escapes a thousand passes and it is only spotted in github colored diff --- railties/guides/source/active_support_core_extensions.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides') diff --git a/railties/guides/source/active_support_core_extensions.textile b/railties/guides/source/active_support_core_extensions.textile index 39bc5d7291..5d0bc01fee 100644 --- a/railties/guides/source/active_support_core_extensions.textile +++ b/railties/guides/source/active_support_core_extensions.textile @@ -643,7 +643,7 @@ s = "".html_safe s.html_safe? # => true -It is important to understand that +html_safe+ performs no escaping whatsover, it is just an assertion: +It is important to understand that +html_safe+ performs no escaping whatsoever, it is just an assertion: s = "".html_safe -- cgit v1.2.3