From 7608d92e4dca034db1ebdf07a0ef376c8704b725 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 10 Nov 2021 15:23:51 +0100 Subject: [PATCH 1/1] =?utf8?q?Kosmetik:=20Einr=C3=BCckung/Anordnung?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Form.pm | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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; } -- 2.20.1