]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
dns.cgi: Remove excess whitespace
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Mar 2024 09:26:19 +0000 (09:26 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Mar 2024 09:26:19 +0000 (09:26 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/dns.cgi

index c864c127d13b4dedb63b96b5eb77efd768e83ea9..1181523d473694e88c100f5004b180730c60f621 100644 (file)
@@ -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;