From bd22353b9bf1df369cd067ad09662fcee8e5f3eb Mon Sep 17 00:00:00 2001 From: "slamm%netscape.com" Date: Tue, 14 Sep 1999 01:47:17 +0000 Subject: [PATCH] Style tweaks git-svn-id: svn://10.0.0.236/trunk@47251 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/tinderbox/warnings.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/webtools/tinderbox/warnings.pl b/mozilla/webtools/tinderbox/warnings.pl index 64defda1595..0e06c7ecf8f 100755 --- a/mozilla/webtools/tinderbox/warnings.pl +++ b/mozilla/webtools/tinderbox/warnings.pl @@ -394,12 +394,12 @@ sub print_html_by_who { -
Summary
- by count
+
+ by count __END_HEADER print_summary_table(\@who_list, \%who_count); - print "
"; - print "by name
"; + print "
"; + print "by name"; print_summary_table([sort @who_list], \%who_count); print "
"; print "";