1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Use raw in yield since templates engines should not be required to html_safe their contents.

This commit is contained in:
José Valim 2010-04-06 23:08:21 +02:00
parent 46e2a44ee1
commit af13057524

View file

@ -11,7 +11,7 @@
<p class="notice"><%= notice %></p>
<p class="alert"><%= alert %></p>
<%= yield %>
<%=raw yield %>
</body>
</html>