lib/kitabu/exporter/html.rb in kitabu-3.0.2 vs lib/kitabu/exporter/html.rb in kitabu-3.0.3

- old
+ new

@@ -12,9 +12,10 @@ # Parse all files and save the parsed content # to <tt>output/book_name.html</tt>. # def export + super copy_images! copy_fonts! export_stylesheets! File.open(root_dir.join("output/#{name}.html"), "w") do |file|