summaryrefslogtreecommitdiffstats
path: root/lib/redmine
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2024-11-11 19:48:32 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2024-11-11 19:48:32 +0000
commitd951636a01b9af4fb571c9ac586353be7f085bbf (patch)
tree393f842dfba47b1982b0e953082b49dfd32bc7fe /lib/redmine
parent5851f65bb8b1c6a469b7ffa66a744f459faf739d (diff)
downloadredmine-d951636a01b9af4fb571c9ac586353be7f085bbf.tar.gz
redmine-d951636a01b9af4fb571c9ac586353be7f085bbf.zip
Replaces two more occurrences of CommonMarker (#40197).
git-svn-id: https://svn.redmine.org/redmine/trunk@23251 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine')
-rw-r--r--lib/redmine/preparation.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/preparation.rb b/lib/redmine/preparation.rb
index 1aeb81e46..822662e11 100644
--- a/lib/redmine/preparation.rb
+++ b/lib/redmine/preparation.rb
@@ -408,7 +408,7 @@ module Redmine
WikiFormatting.map do |format|
format.register :textile
- if Object.const_defined?(:CommonMarker)
+ if Object.const_defined?(:Commonmarker)
format.register :common_mark, label: 'CommonMark Markdown (GitHub Flavored)'
end
end