Commit 1f908dc4 authored by Douwe Maan's avatar Douwe Maan

Fix typo.

parent 94919c7e
...@@ -11,7 +11,7 @@ class Redcarpet::Render::GitlabHTML < Redcarpet::Render::HTML ...@@ -11,7 +11,7 @@ class Redcarpet::Render::GitlabHTML < Redcarpet::Render::HTML
@options.reverse_merge!( @options.reverse_merge!(
# Handled further down the line by Gitlab::Markdown::SanitizationFilter # Handled further down the line by Gitlab::Markdown::SanitizationFilter
escape_html: false escape_html: false,
project: @template.instance_variable_get("@project") project: @template.instance_variable_get("@project")
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment