fix html escaping in facebook app

Change-Id: I914be9d6eb4dcc7b3635f174cb9e57dcfe04060d
Reviewed-on: https://gerrit.instructure.com/2460
Reviewed-by: Brian Palmer <brianp@instructure.com>
Tested-by: Hudson <hudson@instructure.com>
This commit is contained in:
Zach Wily 2011-02-28 08:20:16 -07:00
parent 470963c56e
commit 46157ee57c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<div style="clear: left;"></div>
</div>
<div style="padding-top: 5px; padding-left: 25px;">
<div><%= message.try_rescue(:formatted_body) || nbsp %></div>
<div><%= raw(message.try_rescue(:formatted_body) || nbsp) %></div>
<div style="clear: both;"></div>
</div>
</p>