diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/banzai/filter/milestone_reference_filter.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/banzai/filter/milestone_reference_filter.rb b/lib/banzai/filter/milestone_reference_filter.rb index 556087c4880..aea1abf3b8e 100644 --- a/lib/banzai/filter/milestone_reference_filter.rb +++ b/lib/banzai/filter/milestone_reference_filter.rb @@ -39,7 +39,7 @@ module Banzai if context[:project] == object.project super else - "#{super} <i>in #{escape_once(object.project.name_with_namespace)}</i>". + "#{escape_once(super)} <i>in #{escape_once(object.project.name_with_namespace)}</i>". html_safe end end |