Skip to content

Commit

Permalink
fix typo and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Sep 10, 2020
1 parent 8c68ace commit 57b9a10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
item_created item/CreationDate;
item_wf_state item/review_state;
item_creators item/Creators|item/Creator;
item_creators python:item_creators if same_type(item_creators,[]) or same_type(item_creators,()) or [item_creators];
item_creators python:item_creators if same_type(item_creators,[]) or same_type(item_creators,()) else [item_creators];
item_start item/start/ISO|item/StartDate|nothing;
item_end item/end/ISO|item/EndDate|nothing;">
<tr>
Expand Down
1 change: 1 addition & 0 deletions news/24.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Drop use of test() in templates [pbauer]

0 comments on commit 57b9a10

Please sign in to comment.