From: Moritz Bunkus Date: Wed, 29 Sep 2010 11:37:49 +0000 (+0200) Subject: Kosmetik (trailing whitespace removal) X-Git-Tag: release-2.6.2beta1~112^2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c8126d0b78c155c91c127cd000cafe51163a377b;p=kivitendo-erp.git Kosmetik (trailing whitespace removal) --- diff --git a/SL/Form.pm b/SL/Form.pm index 2647cec37..fad6e8ea6 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -268,7 +268,7 @@ sub new { #$self->{version} = "2.6.1"; # Old hardcoded but secure style open VERSION_FILE, "VERSION"; # New but flexible code reads version from VERSION-file $self->{version} = ; - close VERSION_FILE; + close VERSION_FILE; $self->{version} =~ s/[^0-9A-Za-z\.\_\-]//g; # only allow numbers, letters, points, underscores and dashes. Prevents injecting of malicious code. $main::lxdebug->leave_sub(); @@ -475,7 +475,7 @@ sub info { print qq|

$msg

- + - + |; @@ -672,9 +672,9 @@ sub header { | if $self->{"fokus"}; - # if there is a title, we put some JavaScript in to the page, wich writes a + # if there is a title, we put some JavaScript in to the page, wich writes a # meaningful title-tag for our frameset. - my $title_hack; + my $title_hack; if ($self->{"title"}){ $title_hack = qq| |; } - + #Set Calendar my $jsscript = ""; if ($self->{jsscript} == 1) { @@ -723,7 +723,7 @@ sub header { $ajax $fokus $title_hack - +