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