]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-space from app/controllers/wiki_controller.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 4 Jan 2013 01:11:33 +0000 (01:11 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 4 Jan 2013 01:11:33 +0000 (01:11 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11110 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/controllers/wiki_controller.rb

index c3d5f5ac41969626898087e880287149cb6dd8ab..5567d1124fcf936f62a114997c133ef70783b1f5 100644 (file)
@@ -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