View | Details | Raw Unified | Return to bug 6911
Collapse All | Expand All

(-)a/tools/viewlog.pl (-1 / +5 lines)
Lines 194-199 if ($do_it) { Link Here
194
            actions  => \@actions,
194
            actions  => \@actions,
195
        );
195
        );
196
196
197
        # Used modules
198
        foreach my $module (@modules) {
199
            $template->param( $module => 1 );
200
        }
201
197
        output_html_with_http_headers $input, $cookie, $template->output;
202
        output_html_with_http_headers $input, $cookie, $template->output;
198
    }
203
    }
199
    else {
204
    else {
200
- 

Return to bug 6911