diff options
author | Nick Schonning <nschonni@gmail.com> | 2023-03-15 15:07:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-15 20:07:43 +0100 |
commit | 65669d3c5719e72000bf26849d0ee1eaec1f9d1b (patch) | |
tree | 10ee37c8188e69516bd5e9a045f966b6e1124699 /app/views/layouts | |
parent | 0b8b0ef65221e5341cd81b212f0e40722ffd5ef7 (diff) |
Fix more haml-lint Rubocop (#24107)
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/mailer.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/mailer.html.haml b/app/views/layouts/mailer.html.haml index d816f1b8c..43c855927 100644 --- a/app/views/layouts/mailer.html.haml +++ b/app/views/layouts/mailer.html.haml @@ -35,7 +35,7 @@ %tbody %tr %td.content-cell.content-end - != " " + != ' ' %tr %td.blank-cell.footer .email-row |