Skip to content
Snippets Groups Projects
Commit bc2dd5e7 authored by Douwe Maan's avatar Douwe Maan
Browse files

Import "Comment #10" as "Comment 10" to not incorrectly reference issue.

parent c242ca9a
No related branches found
No related tags found
1 merge request!551Fix some issues with Google Code importer
Loading
Loading
@@ -203,7 +203,9 @@ module Gitlab
end
 
def linkify_issues(s)
s.gsub(/([Ii]ssue) ([0-9]+)/, '\1 #\2')
s = s.gsub(/([Ii]ssue) ([0-9]+)/, '\1 #\2')
s = s.gsub(/([Cc]omment) #([0-9]+)/, '\1 \2')
s
end
 
def escape_for_markdown(s)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment