Skip to content

Commit

Permalink
Fix the last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nono committed May 17, 2019
1 parent 77b8e53 commit 9fa896f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ar_base_ext.rb
Expand Up @@ -41,8 +41,8 @@ def self.mark_as_safe_attr(attr)
end

# Transform wiki syntax to HTML
def wikify(txt)
HTML::Pipeline::LinuxFr.render txt
def wikify(txt, context = {})
HTML::Pipeline::LinuxFr.render txt, context
end

# Extract the Table of contents from this html
Expand Down

0 comments on commit 9fa896f

Please sign in to comment.