git://git.exim.org
/
buildfarm-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
bb47d46
)
use logrows counted header for log stages section
author
Andrew Dunstan
<andrew@dunslane.net>
Mon, 26 Jan 2009 02:24:03 +0000
(
02:24
+0000)
committer
Andrew Dunstan
<andrew@dunslane.net>
Mon, 26 Jan 2009 02:24:03 +0000
(
02:24
+0000)
cgi-bin/show_log.pl
patch
|
blob
|
history
diff --git
a/cgi-bin/show_log.pl
b/cgi-bin/show_log.pl
index c9c0db7626a7619b56ec54f78d55574b01edc26d..414b9e67dc3dd4b4846683665cf5a3ae7a7078c0 100755
(executable)
--- a/
cgi-bin/show_log.pl
+++ b/
cgi-bin/show_log.pl
@@
-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++;