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

(-)a/about.pl (-1 / +7 lines)
Lines 108-113 foreach (@components) { Link Here
108
        $row = [];
108
        $row = [];
109
    }
109
    }
110
}
110
}
111
# Processing the last line (if there are any modules left)
112
if (scalar(@$row) > 0) {
113
    # Extending $row to the table size
114
    $$row[3] = '';
115
    # Pushing the last line
116
    push (@$table, {row => $row});
117
}
111
## ## $table
118
## ## $table
112
119
113
$template->param( table => $table );
120
$template->param( table => $table );
114
- 

Return to bug 8282