Add-Ons: Fix export-html.pl for new export format

This commit is contained in:
Wilhelm Schuermann 2015-03-30 09:41:45 +02:00
parent e0f3e6d328
commit bc335e8075

View file

@ -60,7 +60,7 @@ print "<html>\n",
" <tbody>\n";
my $count = 0;
for my $task (split /,$/ms, qx{$command})
for my $task (split /\n/ms, qx{$command})
{
++$count;
my $data = from_json ($task);