From 81784657c9b95b22912e78cfe06dfda3e3c81bed Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 27 Apr 2024 14:02:31 +0200 Subject: [PATCH] connections.cgi: Remove the extra box Signed-off-by: Michael Tremer --- html/cgi-bin/connections.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/cgi-bin/connections.cgi b/html/cgi-bin/connections.cgi index 69d89f51c..f734f1169 100644 --- a/html/cgi-bin/connections.cgi +++ b/html/cgi-bin/connections.cgi @@ -285,7 +285,7 @@ if (-e "${General::swroot}/ovpn/n2nconf") { # Show the page. &Header::openpage($Lang::tr{'connections'}, 1, ''); &Header::openbigbox('100%', 'left'); -&Header::openbox('100%', 'left', $Lang::tr{'connection tracking'}); +&Header::opensection(); # Print legend. print <"; -&Header::closebox(); +&Header::closesection(); &Header::closebigbox(); &Header::closepage(); -- 2.39.5