public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] Makes entries in dnsforward.cgi visible
@ 2024-10-24 14:03 Wayne
  0 siblings, 0 replies; only message in thread
From: Wayne @ 2024-10-24 14:03 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 646 bytes --]

---
 html/cgi-bin/dnsforward.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/cgi-bin/dnsforward.cgi b/html/cgi-bin/dnsforward.cgi
index 4af5ed200..d5a46b675 100644
--- a/html/cgi-bin/dnsforward.cgi
+++ b/html/cgi-bin/dnsforward.cgi
@@ -325,7 +325,7 @@ foreach my $line (@current)
 		$col="bgcolor='${Header::colouryellow}'"; }
 	elsif ($disable_dnssec eq 'on') {
 		print "<tr>";
-		$col="bgcolor='${Header::colourred}' style='color: white'"; }
+		$col="bgcolor='${Header::colourred}' style='color: black'"; }
 	elsif ($id % 2) {
 		print "<tr>";
 		$col="bgcolor='$color{'color22'}'"; }
-- 
2.39.5 (Apple Git-154)



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-10-24 14:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-24 14:03 [PATCH] Makes entries in dnsforward.cgi visible Wayne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox