diff --git a/resources/cards/cardlist.vm b/resources/cards/cardlist.vm index d835d92..3771648 100644 --- a/resources/cards/cardlist.vm +++ b/resources/cards/cardlist.vm @@ -39,6 +39,7 @@ CP Copies owned Description + Tag #foreach($card in $cards) @@ -60,6 +61,7 @@ $escape_html($card.description.split("\n").get(0)) + $escape_html($card.tag).lower() #end