]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from app/views/mailer/wiki_content_added.text.html.rhtml
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 06:03:16 +0000 (06:03 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 06:03:16 +0000 (06:03 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7300 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/mailer/wiki_content_added.text.html.rhtml

index 4140db98da38e725d6a2ca81c970452751ae268a..c4cbe5e35314148b6596e999bd0876fe7a84ede5 100644 (file)
@@ -1,3 +1,3 @@
-<p><%= l(:mail_body_wiki_content_added, :id => link_to(h(@wiki_content.page.pretty_title), @wiki_content_url), 
+<p><%= l(:mail_body_wiki_content_added, :id => link_to(h(@wiki_content.page.pretty_title), @wiki_content_url),
                                                                                                                                                  :author => h(@wiki_content.author)) %><br />
 <em><%=h @wiki_content.comments %></em></p>