mod/standard/set/all/rich_html/title.rb in card-1.96.2 vs mod/standard/set/all/rich_html/title.rb in card-1.96.3

- old
+ new

@@ -23,10 +23,10 @@ # escape titles generated from card names, but not those set explicitly h super(title) end def wrapped_title title - wrap_with :span, class: classy("card-title") do + wrap_with :span, class: classy("card-title"), title: title do title.to_name.parts.join wrapped_joint end end def wrapped_joint