From 391140d280dc636794748d341d9c676ea61cd217 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 6 Jun 2015 07:32:40 +0000 Subject: Set a max width to html email content (#16535). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14300 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/mailer/_issue.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/mailer/_issue.html.erb') diff --git a/app/views/mailer/_issue.html.erb b/app/views/mailer/_issue.html.erb index 9461d8490..6f13b0248 100644 --- a/app/views/mailer/_issue.html.erb +++ b/app/views/mailer/_issue.html.erb @@ -2,7 +2,7 @@ <%= render_email_issue_attributes(issue, users.first, true) %> -<%= textilizable(issue, :description, :only_path => false) %> +
<%= textilizable(issue, :description, :only_path => false) %>
<% if issue.attachments.any? %>
<%= l(:label_attachment_plural) %> -- cgit v1.2.3