diff --git a/html/cgi-bin/qos.cgi b/html/cgi-bin/qos.cgi index dd449aade..3a0c8bfc5 100644 --- a/html/cgi-bin/qos.cgi +++ b/html/cgi-bin/qos.cgi @@ -616,7 +616,6 @@ if ($errormessage) { &Header::openbox('100%', 'center', 'Quality of Service'); print < END ; @@ -636,7 +635,7 @@ END print < Downloadgeschwindigkeit: $qossettings{'INC_SPD'} kbps - + Uploadgeschwindigkeit: $qossettings{'OUT_SPD'} kbps END ; @@ -665,7 +664,6 @@ print ""; if ( ($qossettings{'OUT_SPD'} eq '') || ($qossettings{'INC_SPD'} eq '') ) { &changebandwidth(); - &Header::closebox(); &Header::closebigbox(); &Header::closepage(); exit @@ -753,7 +751,7 @@ END END ; - &Header::closebox(); + &Header::closebox(); } sub changebandwidth {