Browse Source

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
tags/2.1.0
Toshi MARUYAMA 11 years ago
parent
commit
564de36c08
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/controllers/wiki_controller.rb

+ 1
- 1
app/controllers/wiki_controller.rb View File

@@ -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

Loading…
Cancel
Save