Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added note about using raw to mark HTML as safe.
Fixes #2078
  • Loading branch information
Ikenna Okpala authored and parndt committed Dec 16, 2012
1 parent f9f1a75 commit f020736
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -61,6 +61,7 @@ name of the file you whitelisted.

* Inside of this file, you can either +render '/refinery/content_page'+, or you
can use +@page.content_for(:body)+ to output the content of a specific page part.
NB: Content is not marked as safe by default. To mark it as safe, use: +raw(@page.content_for(:body))+

h4. Set Back-End Select

Expand Down

0 comments on commit f020736

Please sign in to comment.