templates/slim/helpers.rb in asciidoctor-bespoke-1.0.0.alpha.1 vs templates/slim/helpers.rb in asciidoctor-bespoke-1.0.0.alpha.2

- old
+ new

@@ -202,10 +202,10 @@ svg = %(<svg viewBox="0 0 #{width} #{height}"#{start_tag[4..-1]}#{svg[start_tag.length..-1]}) end end svg else - %(<span class="alt">#{local_attr 'alt'}</span>) + %(<span class="alt">#{local_attr :alt}</span>) end end def spacer ' '