lib/csl/locale/style_options.rb in csl-1.0.0.pre10 vs lib/csl/locale/style_options.rb in csl-1.0.0.pre11

- old
+ new

@@ -1,10 +1,11 @@ module CSL class Locale - + class StyleOptions < Node has_no_children - attr_defaults :'punctuation-in-quote' => false + attr_defaults :'punctuation-in-quote' => false, + :'limit-day-ordinals-to-day-1' => false end - + end end \ No newline at end of file