summaryrefslogtreecommitdiffstats
path: root/lib/redmine/wiki_formatting/html_parser.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/redmine/wiki_formatting/html_parser.rb')
-rw-r--r--lib/redmine/wiki_formatting/html_parser.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/wiki_formatting/html_parser.rb b/lib/redmine/wiki_formatting/html_parser.rb
index b7fff8e70..3763c95db 100644
--- a/lib/redmine/wiki_formatting/html_parser.rb
+++ b/lib/redmine/wiki_formatting/html_parser.rb
@@ -41,7 +41,7 @@ module Redmine
class WikiTags < ::Loofah::Scrubber
def initialize(tags_to_text)
- @direction = :bottom_up
+ super(:direction => :bottom_up)
@tags_to_text = tags_to_text || {}
end