lib/jekyll-diagrams/block.rb in jekyll-diagrams-0.6.0 vs lib/jekyll-diagrams/block.rb in jekyll-diagrams-0.7.0

- old
+ new

@@ -15,10 +15,10 @@ def read_config(context) Util.config_for(context, block_name) end def wrap_class(content) - "<div class='diagrams #{block_name}'>#{content}</div>" + "<div class='jekyll-diagrams diagrams #{block_name}'>#{content}</div>" end end end end \ No newline at end of file