aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-11-05 08:19:37 -0800
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-11-05 08:19:37 -0800
commit81a528fc0caff94e837249e51bf96d65c4967c7b (patch)
tree0fc50c6775fe6ddf8ac76a96757fa4b1071d3e14
parent813c8c0751b18389431912328f9c90933f26d819 (diff)
parent0e41b0a87a10205d2b85406ae33e116a5e4cbab3 (diff)
downloadrails-81a528fc0caff94e837249e51bf96d65c4967c7b.tar.gz
rails-81a528fc0caff94e837249e51bf96d65c4967c7b.tar.bz2
rails-81a528fc0caff94e837249e51bf96d65c4967c7b.zip
Merge pull request #12776 from derekprior/dp-i18n-doc-fix
Clarify HTML Safe Translations
-rw-r--r--guides/source/i18n.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/i18n.md b/guides/source/i18n.md
index 33daa79133..b5c1dc90fa 100644
--- a/guides/source/i18n.md
+++ b/guides/source/i18n.md
@@ -654,7 +654,7 @@ I18n.default_locale = :de
### Using Safe HTML Translations
-Keys with a '_html' suffix and keys named 'html' are marked as HTML safe. Use them in views without escaping.
+Keys with a '_html' suffix and keys named 'html' are marked as HTML safe. When you use them in views the HTML will not be escaped.
```yaml
# config/locales/en.yml