提交 af130575 编写于 作者: J José Valim

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

上级 46e2a44e
......@@ -11,7 +11,7 @@
<p class="notice"><%= notice %></p>
<p class="alert"><%= alert %></p>
<%= yield %>
<%=raw yield %>
</body>
</html>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册