From 57d4e488404d0ac80e11cbee975c1ea54003a134 Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Wed, 13 May 2020 15:59:51 +0200 Subject: [PATCH] Typo in 'qos.cgi' 'bandwith*' => 'bandwidth*' Plus: Image button for going back... Signed-off-by: Matthias Fischer --- html/cgi-bin/qos.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/cgi-bin/qos.cgi b/html/cgi-bin/qos.cgi index 020d3d8723..f3bbd1bf4c 100644 --- a/html/cgi-bin/qos.cgi +++ b/html/cgi-bin/qos.cgi @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2011 IPFire Team # +# Copyright (C) 2007-2022 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -776,7 +776,7 @@ sub changebandwidth { if ($qossettings{'ENABLED'} eq 'on') { print "$Lang::tr{'bandwidtherror'}"; - print "$Lang::tr{'back'}"; + print "
$Lang::tr{
"; } else { print < -- 2.39.5