From: Toshi MARUYAMA Date: Fri, 31 Aug 2012 23:01:51 +0000 (+0000) Subject: remove trailing white-space from app/controllers/wiki_controller.rb X-Git-Tag: 2.1.0~97 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=564de36c08796dc0458396947d1252b87c634b8e;p=redmine.git 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 --- 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