mirror of
https://github.com/discourse/discourse.git
synced 2026-07-30 08:08:20 -05:00
FIX: typo
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ class EmailCook
|
||||
in_quote = false
|
||||
else
|
||||
|
||||
l.scan(regexp).each do |m|
|
||||
l.scan(EmailCook.url_regexp).each do |m|
|
||||
url = m[0]
|
||||
l.gsub!(url, "<a href='#{url}'>#{url}</a>")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user