修改异常
This commit is contained in:
parent
8adb00fccb
commit
bef1917c4e
|
@ -23,7 +23,7 @@
|
|||
</li>
|
||||
<li style="list-style-type:none; margin:0; padding:0;"><span style="float: left;"><strong><%= l(:mail_issue_content)%></strong></span>
|
||||
<span style="float: left; width: 526px">
|
||||
<%= @message.content.html_safe? %>
|
||||
<%= @message.content.html_safe %>
|
||||
</span>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<p><%= l(:mail_body_wiki_content_added, :id => link_to(h(@wiki_content.page.pretty_title), @wiki_content_url),
|
||||
:author => h(@wiki_content.author)).html_safe %><br />
|
||||
<em><%=h @wiki_content.comments.html_safe? %></em></p>
|
||||
<em><%=h @wiki_content.comments.html_safe %></em></p>
|
||||
|
|
Loading…
Reference in New Issue