Merge pull request #23116 from vipulnsward/22648-html-safe-text

Make text about render :html option clearer to state, text will get e…
This commit is contained in:
प्रथमेश Sonpatki 2016-01-19 16:02:10 +05:30
commit 1599868610

@ -238,7 +238,7 @@ TIP: This is useful when you're rendering a small snippet of HTML code.
However, you might want to consider moving it to a template file if the markup
is complex.
NOTE: This option will escape HTML entities if the string is not HTML safe.
NOTE: When using `html:` option, HTML entities will be escaped if the string is not marked as HTML safe by using `html_safe` method.
#### Rendering JSON