From: Michael Tremer Date: Thu, 14 Mar 2024 09:26:19 +0000 (+0000) Subject: dns.cgi: Remove excess whitespace X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=ee9b73657ef83af7ad8a6fbf520986387ac34c41 dns.cgi: Remove excess whitespace Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/dns.cgi b/html/cgi-bin/dns.cgi index c864c127d..1181523d4 100644 --- a/html/cgi-bin/dns.cgi +++ b/html/cgi-bin/dns.cgi @@ -154,7 +154,7 @@ if (($cgiparams{'SERVERS'} eq $Lang::tr{'save'}) || ($cgiparams{'SERVERS'} eq $L # encode the text back to UTF-8 after running the cleanhtml command $cgiparams{'REMARK'} = encode("UTF-8", $cgiparams{'REMARK'}); - + my %dns_servers = (); my $id; my $status;