From 3c71ee62362299a014b95c2e1f5baef638bd79e0 Mon Sep 17 00:00:00 2001 From: Jens Ulferts Date: Thu, 12 May 2011 15:51:34 +0200 Subject: [PATCH] #4940: using only 1 across, 1 down label formats --- lib/cards.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cards.rb b/lib/cards.rb index f42f225f1a..41469e4053 100644 --- a/lib/cards.rb +++ b/lib/cards.rb @@ -123,7 +123,7 @@ module Cards end end - next if label.nil? + next if label.nil? || label['across'] != 1 || label['down'] != 1 key = "#{specs.attributes['brand']} #{specs.attributes['part']}"