diff options
Diffstat (limited to 'Xerl/Main/Global.pm')
| -rw-r--r-- | Xerl/Main/Global.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xerl/Main/Global.pm b/Xerl/Main/Global.pm index 83beb73..bd2b140 100644 --- a/Xerl/Main/Global.pm +++ b/Xerl/Main/Global.pm @@ -68,7 +68,7 @@ sub REDIRECT ($) { } sub _HTTP_DESCR ($;$) { - my ($status, $infomsg) = @_; + my ( $status, $infomsg ) = @_; $infomsg //= ''; |
