X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FForm.pm;h=1c03e107ffa8f629ad223c599510c26e3608dcb1;hb=0f2d4920a798878ab2ff60ba11b190854c23c5fb;hp=a9c7225eaa37e2719210556cbd8bbd946755194f;hpb=941fb8a11dc91bfd0951272fd4d04736936980b2;p=kivitendo-erp.git diff --git a/SL/Form.pm b/SL/Form.pm index a9c7225ea..1c03e107f 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -142,7 +142,7 @@ sub new { $self->{action} = lc $self->{action}; $self->{action} =~ s/( |-|,|#)/_/g; - $self->{version} = "2.2.0"; + $self->{version} = "2.3.0"; $main::lxdebug->leave_sub(); @@ -1169,7 +1169,7 @@ sub format_string { '&', quotemeta('\n'), ' ', '"', '\$', '%', '_', '#', quotemeta('^'), - '{', '}', '<', '>', '£', "\r" + '{', '}', '<', '>', '£', "\r", '²' ] }, 'html' => { @@ -1195,6 +1195,7 @@ sub format_string { ' ' => '\newline ', '£' => '\pounds ', + '²' => '$^2$', "\r" => "" });