mirror of
https://github.com/redmine/redmine.git
synced 2026-02-04 13:50:02 +01:00
remove spaces inside {} of lib/redmine/wiki_formatting/macros.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20062 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -276,7 +276,7 @@ module Redmine
|
||||
|
||||
if issue
|
||||
# remove invalid options
|
||||
options.delete_if { |k,v| v != 'true' && v != 'false' }
|
||||
options.delete_if {|k, v| v != 'true' && v != 'false'}
|
||||
|
||||
# turn string values into boolean
|
||||
options.each do |k, v|
|
||||
|
||||
Reference in New Issue
Block a user