Merge pull request #477 from LuminosoInsight/master
Fix titles created with the "New" button.
This commit is contained in:
@@ -172,7 +172,7 @@ module Precious
|
||||
end
|
||||
|
||||
get '/create/*' do
|
||||
wikip = wiki_page(params[:splat].first)
|
||||
wikip = wiki_page(params[:splat].first.gsub('+', '-'))
|
||||
@name = wikip.name.to_url
|
||||
@path = wikip.path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user