#4940: using only 1 across, 1 down label formats

pull/6827/head
Jens Ulferts 14 years ago
parent 107704c543
commit 3c71ee6236
  1. 2
      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']}"

Loading…
Cancel
Save