X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/fa7fc7eeb3ca718914affee06c0629a08d571288..ba802064109d19f3488e5555ec04491681e37b51:/templates/webpages/generic/edit_email.html diff --git a/templates/webpages/generic/edit_email.html b/templates/webpages/generic/edit_email.html index 7654e4ff5..a4a3428c6 100644 --- a/templates/webpages/generic/edit_email.html +++ b/templates/webpages/generic/edit_email.html @@ -20,14 +20,14 @@ [% 'Cc' | $T8 %] -[% IF SHOW_BCC %] +[%- IF SHOW_BCC %] [% 'Bcc' | $T8 %] - [% END %] + +[%- END %] [% 'Subject' | $T8 %] - [% L.input_tag('subject', subject, size=30, class=(email ? 'initial_focus' : '')) %]