mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
sort is now called sort_list
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@617 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -142,7 +142,7 @@ script:
|
||||
}
|
||||
write_cards := {
|
||||
"<ul class='cards'>{
|
||||
for each card in sort(cards, order_by: {input.card_number}) do
|
||||
for each card in sort_list(cards, order_by: {input.card_number}) do
|
||||
write_card()
|
||||
}</ul>"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user