Skip to content

Commit

Permalink
Issue #1622: satisfy the code policy
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Feb 18, 2022
1 parent df98c90 commit 95f99d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Kernel/Output/HTML/Layout.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

package Kernel::Output::HTML::Layout;

use v5.24;
use strict;
use warnings;
use v5.24;
use namespace::autoclean;
use utf8;

Expand Down Expand Up @@ -62,11 +62,11 @@ our @ObjectDependencies = (

=head1 NAME
Kernel::Output::HTML::Layout - all generic html functions
Kernel::Output::HTML::Layout - all generic HTML functions
=head1 DESCRIPTION
All generic html functions. E. g. to get options fields, template processing, ...
All generic HTML functions. E. g. to get options fields, template processing, ...
=head1 PUBLIC INTERFACE
Expand Down Expand Up @@ -5009,7 +5009,7 @@ sub PublicFatalError {
Area => 'Frontend',
Title => 'Fatal Error'
),
$Self->PublicError(%Param), # without last error message and without last traceback
$Self->PublicError(%Param), # without last error message and without last traceback
$Self->CustomerFooter();

# Modify the output by applying the output filters.
Expand All @@ -5033,7 +5033,7 @@ sub PublicFatalError {
PlackResponse => $PlackResponse
);
}

# using PublicError() internally
sub PublicErrorScreen {
my ( $Self, %Param ) = @_;
Expand Down

0 comments on commit 95f99d6

Please sign in to comment.