From 6fef9deada9bd553bbcd540b9dce4afc184e6594 Mon Sep 17 00:00:00 2001 From: "dbaron%dbaron.org" Date: Thu, 9 Dec 2004 23:21:18 +0000 Subject: [PATCH] Use CSS to improve appearance of flames image. --- webtools/tinderbox/showbuilds.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtools/tinderbox/showbuilds.cgi b/webtools/tinderbox/showbuilds.cgi index 0f725efbe39..d8966851e5e 100755 --- a/webtools/tinderbox/showbuilds.cgi +++ b/webtools/tinderbox/showbuilds.cgi @@ -436,7 +436,7 @@ sub print_table_header { if ($form{noflames}) { print "$bn $textmap{flames}"; } else { - print ""; + print ""; print "$bn $textmap{flames}"; } }