According to the described coding style the following changes were made. --- html/html/themes/darkdos/include/functions.pl | 35 +++++++++---------- .../themes/ipfire-legacy/include/functions.pl | 22 ++++++------ html/html/themes/ipfire/include/functions.pl | 2 +- html/html/themes/maniac/include/functions.pl | 32 ++++++++--------- 4 files changed, 44 insertions(+), 47 deletions(-) diff --git a/html/html/themes/darkdos/include/functions.pl b/html/html/themes/darkdos/include/functions.pl index 9f3547237..6285ef8ba 100644 --- a/html/html/themes/darkdos/include/functions.pl +++ b/html/html/themes/darkdos/include/functions.pl @@ -48,7 +48,7 @@ EOF EOF -; +; } sub getselected($) { @@ -141,7 +141,7 @@ sub openpage { $title = "-= IPFire - $title =-"; if ($settings{'WINDOWWITHHOSTNAME'} eq 'on') { - $title = "$settings{'HOSTNAME'}.$settings{'DOMAINNAME'} - $title"; + $title = "$settings{'HOSTNAME'}.$settings{'DOMAINNAME'} - $title"; } print <