mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Add-Ons: Fix export-html.pl for new export format
This commit is contained in:
parent
e0f3e6d328
commit
bc335e8075
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ print "<html>\n",
|
||||||
" <tbody>\n";
|
" <tbody>\n";
|
||||||
|
|
||||||
my $count = 0;
|
my $count = 0;
|
||||||
for my $task (split /,$/ms, qx{$command})
|
for my $task (split /\n/ms, qx{$command})
|
||||||
{
|
{
|
||||||
++$count;
|
++$count;
|
||||||
my $data = from_json ($task);
|
my $data = from_json ($task);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue