Skip to content

Commit

Permalink
Update jekyll-plantuml.rb
Browse files Browse the repository at this point in the history
After testing the #{@html} should come at the end
  • Loading branch information
SebastienAndreo authored Jan 22, 2019
1 parent 48c3bfc commit a68e78a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/jekyll-plantuml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ def render(context)
puts "File #{svg} created (#{File.size(svg)} bytes)"
end
end
"<p><object data='#{site.baseurl}/uml/#{name}.svg' #{@html}
type='image/svg+xml'></object></p>"
"<p><object data='#{site.baseurl}/uml/#{name}.svg' type='image/svg+xml' #{@html}></object></p>"
end
end
end
Expand Down

0 comments on commit a68e78a

Please sign in to comment.