lib/csl/schema.rb in csl-1.0.0.pre6 vs lib/csl/schema.rb in csl-1.0.0.pre7
- old
+ new
@@ -86,10 +86,10 @@
})
@attributes.each_value { |v| v.map!(&:to_sym).freeze }
@attributes[:formatting] = [:'text-case'].concat(
- @attributes.values_at(:affixes, :quotes, :font).flatten)
+ @attributes.values_at(:affixes, :font).flatten)
@attributes.freeze
@file = File.expand_path('../../../vendor/schema/csl.rng', __FILE__)
\ No newline at end of file