summaryrefslogtreecommitdiffstats
path: root/lib/redmine/wiki_formatting.rb
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2021-11-17 20:45:39 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2021-11-17 20:45:39 +0000
commit87097f2204f7bef10146da87162e2c1551d124d8 (patch)
tree73331c382bc1136a2bcb1db3a8764a38c4faf9d8 /lib/redmine/wiki_formatting.rb
parent838e719edfb2190c5ccc86accacef2ad57b39762 (diff)
downloadredmine-87097f2204f7bef10146da87162e2c1551d124d8.tar.gz
redmine-87097f2204f7bef10146da87162e2c1551d124d8.zip
Move preparation code to redmine/preparation.rb (#29914, #32938).
Patch by Takashi Kato. git-svn-id: http://svn.redmine.org/redmine/trunk@21284 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine/wiki_formatting.rb')
-rw-r--r--lib/redmine/wiki_formatting.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/redmine/wiki_formatting.rb b/lib/redmine/wiki_formatting.rb
index 471082edc..8e897a395 100644
--- a/lib/redmine/wiki_formatting.rb
+++ b/lib/redmine/wiki_formatting.rb
@@ -17,6 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+require File.expand_path('../wiki_formatting/textile/redcloth3', __FILE__)
require 'digest/md5'
module Redmine