From: Jean-Philippe Lang Date: Tue, 7 Apr 2009 17:35:52 +0000 (+0000) Subject: Allow textile mailto links (#3127). X-Git-Tag: 0.9.0~529 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bab9b0d6ff7e51b774446c4a83cdb728c99ae684;p=redmine.git Allow textile mailto links (#3127). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2664 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/lib/redcloth3.rb b/lib/redcloth3.rb index 9e63bf5ac..e0dca80e2 100644 --- a/lib/redcloth3.rb +++ b/lib/redcloth3.rb @@ -792,7 +792,7 @@ class RedCloth3 < String (?:\(([^)]+?)\)(?="))? # $title ": ( # $url - (\/|[a-zA-Z]+:\/\/|www\.) # $proto + (\/|[a-zA-Z]+:\/\/|www\.|mailto:) # $proto [\w\/]\S+? ) (\/)? # $slash