diff --git a/app/helpers/user_notifications_helper.rb b/app/helpers/user_notifications_helper.rb index a6a7efac48e..a86871ba5b2 100644 --- a/app/helpers/user_notifications_helper.rb +++ b/app/helpers/user_notifications_helper.rb @@ -83,9 +83,9 @@ module UserNotificationsHelper result = "" if category.parent_category.present? - result << " " + result << " " end - result << "#{category.name}" + result << "#{category.name}" result.html_safe end end diff --git a/lib/email/styles.rb b/lib/email/styles.rb index a333afa1d8c..4e99c6f63fb 100644 --- a/lib/email/styles.rb +++ b/lib/email/styles.rb @@ -62,8 +62,6 @@ module Email style('.user-avatar img', nil, width: '45', height: '45') style('hr', 'background-color: #ddd; height: 1px; border: 1px;') style('.rtl', 'direction: rtl;') - # we can do this but it does not look right - # style('#main', 'font-family:"Helvetica Neue", Helvetica, Arial, sans-serif') style('td.body', 'padding-top:5px;', colspan: "2") correct_first_body_margin correct_footer_style