X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=about.pl;h=d196a7f9abe3468341fe3d14a19266753d1539f3;hb=23033cd937cc50c9a54b71474b6aa6ff504a898d;hp=7189a229c14b88bbdcc95cef969709a6686b4f76;hpb=866fc7653ca09444a65e513e4aeb58cd2b275d7b;p=koha_ffzg diff --git a/about.pl b/about.pl index 7189a229c1..d196a7f9ab 100755 --- a/about.pl +++ b/about.pl @@ -108,6 +108,13 @@ foreach (@components) { $row = []; } } +# Processing the last line (if there are any modules left) +if (scalar(@$row) > 0) { + # Extending $row to the table size + $$row[3] = ''; + # Pushing the last line + push (@$table, {row => $row}); +} ## ## $table $template->param( table => $table );