Skip to content

Commit

Permalink
same here. strip tags from the message
Browse files Browse the repository at this point in the history
  • Loading branch information
joemsak committed Jul 13, 2011
1 parent 6d33770 commit 19cf508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/inquiries/show.html.erb
Expand Up @@ -65,7 +65,7 @@
<strong><%= t('.message') %></strong>
</td>
<td>
<%= simple_format @inquiry.message, :style => 'margin-top: 0' %>
<%= simple_format strip_tags(@inquiry.message), :style => 'margin-top: 0' %>
</td>
</tr>
</table>
Expand Down

0 comments on commit 19cf508

Please sign in to comment.