Minor
This commit is contained in:
+1
-1
@@ -125,7 +125,7 @@ module Precious
|
||||
end
|
||||
|
||||
get '/assets/mathjax/*' do
|
||||
env['PATH_INFO'].sub!("/gollum/assets/mathjax", '')
|
||||
env['PATH_INFO'].sub!('/gollum/assets/mathjax', '')
|
||||
Rack::Static.new(not_found_proc, {:root => @mathjax_path, :urls => ['']}).call(env)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user