Project

General

Profile

Defect #20466 » mailer.html.erb.patch

Benedikt Huss, 2015-08-06 11:11

View differences:

app/views/layouts/mailer.html.erb (working copy)
47 47
</style>
48 48
</head>
49 49
<body>
50

  
51
<!--[if gte mso 9]>
52
<table cellpadding="0" cellspacing="0" border="0" id="backgroundTable" align="center" style="background: #fff;">
53
	<tr>
54
		<td>
55

  
56
		<table cellpadding="0" cellspacing="0" border="0" align="center">
57
			<tr>
58
				<td>
59

  
60
<![endif]-->
61

  
50 62
<div id="content">
51 63
<% if Setting.emails_header.present? -%>
52 64
<span class="header"><%= Redmine::WikiFormatting.to_html(Setting.text_formatting, Setting.emails_header).html_safe %></span>
......
57 69
<span class="footer"><%= Redmine::WikiFormatting.to_html(Setting.text_formatting, Setting.emails_footer).html_safe %></span>
58 70
<% end -%>
59 71
</div>
72

  
73
<!--[if gte mso 9]>
74
				</td>
75
			</tr>
76
		</table>
77

  
78
		</td>
79
	</tr>
80
</table>
81
<![endif]-->
82

  
60 83
</body>
61 84
</html>
(3-3/4)