Skip to content

Commit

Permalink
Merge pull request bhollis#3 from poulsbo/nokogiri
Browse files Browse the repository at this point in the history
Fix undefined symbol `x' error
  • Loading branch information
distler committed Jan 25, 2016
2 parents aa33367 + b5e90a2 commit 1ceda58
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 1ceda58

Please sign in to comment.