From 3bf6f8d7ff2618baf56ce541f0e0d27758a24df0 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Fri, 4 Jan 2013 01:11:33 +0000 Subject: [PATCH] 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 --- app/controllers/wiki_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/wiki_controller.rb b/app/controllers/wiki_controller.rb index c3d5f5ac4..5567d1124 100644 --- a/app/controllers/wiki_controller.rb +++ b/app/controllers/wiki_controller.rb @@ -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 -- 2.39.5