From 1f70dca7528ded85b52a5d30a9de409700194de0 Mon Sep 17 00:00:00 2001 From: Dawa Ometto Date: Mon, 30 Mar 2020 01:35:56 +0200 Subject: [PATCH] Minor --- lib/gollum/app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gollum/app.rb b/lib/gollum/app.rb index 31219103..ba9bbcc2 100644 --- a/lib/gollum/app.rb +++ b/lib/gollum/app.rb @@ -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