use logrows counted header for log stages section
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 26 Jan 2009 02:24:03 +0000 (02:24 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 26 Jan 2009 02:24:03 +0000 (02:24 +0000)
cgi-bin/show_log.pl

index c9c0db7626a7619b56ec54f78d55574b01edc26d..414b9e67dc3dd4b4846683665cf5a3ae7a7078c0 100755 (executable)
@@ -164,7 +164,7 @@ EOHTML
 
 for my $logstage (@log_file_names)
 {
-    print "<br /> <table><tr><th class='head' rowspan='4'>Stage Logs</th>\n"
+    print "<br /> <table><tr><th class='head' rowspan='$logrows'>Stage Logs</th>\n"
        unless $heading_done;
     $heading_done = 1;
     $cell++;