mirror of
https://github.com/redmine/redmine.git
synced 2025-11-05 04:45:57 +01:00
Fixed that formatting of commit message is never applied (#26445).
git-svn-id: http://svn.redmine.org/redmine/trunk@16823 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -651,7 +651,7 @@ module ApplicationHelper
|
||||
if options[:formatting] == false
|
||||
text = h(text)
|
||||
else
|
||||
formatting = options[:formatting] || Setting.text_formatting
|
||||
formatting = Setting.text_formatting
|
||||
text = Redmine::WikiFormatting.to_html(formatting, text, :object => obj, :attribute => attr)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user