remove trailing white-space from app/controllers/wiki_controller.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11110 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
d264911f14
commit
3bf6f8d7ff
|
@ -272,7 +272,7 @@ class WikiController < ApplicationController
|
|||
|
||||
@content = @page.content_for_version(params[:version])
|
||||
@content.destroy
|
||||
redirect_to_referer_or history_project_wiki_page_path(@project, @page.title)
|
||||
redirect_to_referer_or history_project_wiki_page_path(@project, @page.title)
|
||||
end
|
||||
|
||||
# Export wiki to a single pdf or html file
|
||||
|
|
Loading…
Reference in New Issue