Skip to content

Commit

Permalink
Fix undefined symbol `x' error
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Liu committed Jan 25, 2016
1 parent aa33367 commit b5e90a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/maruku/ext/math/mathml_engines/blahtex.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def convert_to_png_blahtex(kind, tex)
md5 = md5.text

PNG.new("#{get_setting(:html_png_url)}#{md5}.png", depth, height)
rescue x=> e
rescue => e
maruku_error "Error: #{e}"
end

Expand Down

0 comments on commit b5e90a2

Please sign in to comment.