Always dangle a comma.
This commit is contained in:
parent
20db7e1dda
commit
9d03cd52ca
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@ sub viewTemplateVariables {
|
||||||
push @{$datePointer->{story_loop}}, {
|
push @{$datePointer->{story_loop}}, {
|
||||||
url => $story->getUrl,
|
url => $story->getUrl,
|
||||||
title => $story->getTitle,
|
title => $story->getTitle,
|
||||||
creationDate => $creationDate
|
creationDate => $creationDate,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue