Skip to content

Commit

Permalink
fix: usr: fixed start on redmine 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mikitex70 committed Nov 23, 2024
1 parent ffffd15 commit 0a0a24d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/redmine_drawio/helpers/markdown_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,11 @@ def heads_for_wiki_formatter
module Redmine::WikiFormatting::Markdown::Helper
prepend RedmineDrawio::Helpers::MarkdownHelper
end
else
module RedmineDrawio
module Helpers
module MarkdownHelper
end
end
end
end

0 comments on commit 0a0a24d

Please sign in to comment.