From c042afcc104e4eb3a627c3f51c9baafa4ea78427 Mon Sep 17 00:00:00 2001 From: "valeski%netscape.com" Date: Tue, 8 Aug 2000 07:38:43 +0000 Subject: [PATCH] formatting change to wml output --- webtools/tinderbox/showbuilds.cgi | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/webtools/tinderbox/showbuilds.cgi b/webtools/tinderbox/showbuilds.cgi index f06dd0852b83..9b3d54f04de0 100755 --- a/webtools/tinderbox/showbuilds.cgi +++ b/webtools/tinderbox/showbuilds.cgi @@ -1072,7 +1072,7 @@ sub do_wml { %state_symbols = (success=>'green.',busted=>'red.',testfailed=>'orange.'); if (is_tree_state_available()) { - print "

$::tree is " . (is_tree_open() ? 'open.' : 'closed.') . "

"; + print "

$::tree is " . (is_tree_open() ? 'open.' : 'closed.') . "

"; } my (%build, %times); tb_loadquickparseinfo($::tree, \%build, \%times); @@ -1089,15 +1089,16 @@ sub do_wml { } } + print '

'; if ($flames) { - print "

There's bustage.

"; + print "There's bustage.

"; } if ($testFailed) { - print "

Tests are failing.

"; + print "Tests are failing.

"; } if ($flames == 0 && $testFailed == 0) { - print "

No bustage.

"; + print "No bustage.

"; } print "\n"; @@ -1114,7 +1115,7 @@ sub do_wml { } else { print 'GREEN'; } - print ']$buildname'; + print "]$buildname"; print "\n"; } print '

';