From: Moritz Bunkus Date: Wed, 10 Nov 2021 14:23:51 +0000 (+0100) Subject: Kosmetik: Einrückung/Anordnung X-Git-Tag: kivitendo-mebil_0.1-0~10^2~2^2~269^2~2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;ds=sidebyside;h=7608d92e4dca034db1ebdf07a0ef376c8704b725;p=kivitendo-erp.git Kosmetik: Einrückung/Anordnung --- diff --git a/SL/Form.pm b/SL/Form.pm index 2e9458956..e6cb33271 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -2713,17 +2713,17 @@ sub lastname_used { } sub get_variable_content_types { - my %html_variables = ( - longdescription => 'html', - partnotes => 'html', - notes => 'html', - orignotes => 'html', - notes1 => 'html', - notes2 => 'html', - notes3 => 'html', - notes4 => 'html', - header_text => 'html', - footer_text => 'html', + my %html_variables = ( + longdescription => 'html', + partnotes => 'html', + notes => 'html', + orignotes => 'html', + notes1 => 'html', + notes2 => 'html', + notes3 => 'html', + notes4 => 'html', + header_text => 'html', + footer_text => 'html', ); return \%html_variables; }