##// END OF EJS Templates
remove trailing white-spaces from app/views/mailer/wiki_content_updated.text.plain.rhtml...
Toshi MARUYAMA -
r7197:02d394505ce8
parent child
Show More
@@ -1,8 +1,8
1 <%= l(:mail_body_wiki_content_updated, :id => h(@wiki_content.page.pretty_title),
1 <%= l(:mail_body_wiki_content_updated, :id => h(@wiki_content.page.pretty_title),
2 :author => h(@wiki_content.author)) %>
2 :author => h(@wiki_content.author)) %>
3 <%= @wiki_content.comments %>
3 <%= @wiki_content.comments %>
4
4
5 <%= @wiki_content.page.pretty_title %>:
5 <%= @wiki_content.page.pretty_title %>:
6 <%= @wiki_content_url %>
6 <%= @wiki_content_url %>
7 <%= l(:label_view_diff) %>:
7 <%= l(:label_view_diff) %>:
8 <%= @wiki_diff_url %>
8 <%= @wiki_diff_url %>
General Comments 0
You need to be logged in to leave comments. Login now