]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - html/cgi-bin/dns.cgi
dns.cgi: Remove excess whitespace
[ipfire-2.x.git] / 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;