summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/layout.text.html.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/mailer/layout.text.html.rhtml')
-rw-r--r--app/views/mailer/layout.text.html.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mailer/layout.text.html.rhtml b/app/views/mailer/layout.text.html.rhtml
index c95c94501..12fb654d6 100644
--- a/app/views/mailer/layout.text.html.rhtml
+++ b/app/views/mailer/layout.text.html.rhtml
@@ -32,6 +32,6 @@ hr {
<body>
<%= yield %>
<hr />
-<span class="footer"><%= Redmine::WikiFormatting.to_html(Setting.emails_footer) %></span>
+<span class="footer"><%= Redmine::WikiFormatting.to_html(Setting.text_formatting, Setting.emails_footer) %></span>
</body>
</html>