From 564de36c08796dc0458396947d1252b87c634b8e Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Fri, 31 Aug 2012 23:01:51 +0000 Subject: [PATCH] remove trailing white-space from app/controllers/wiki_controller.rb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10246 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 d31c6dd3b..e9d060870 100644 --- a/app/controllers/wiki_controller.rb +++ b/app/controllers/wiki_controller.rb @@ -109,7 +109,7 @@ class WikiController < ApplicationController # To prevent StaleObjectError exception when reverting to a previous version @content.version = @page.content.version - + @text = @content.text if params[:section].present? && Redmine::WikiFormatting.supports_section_edit? @section = params[:section].to_i -- 2.39.5