Patch #40267 ยป phone_number_as_link_for_textile_formating.diff
| lib/redmine/wiki_formatting/textile/redcloth3.rb (working copy) | ||
|---|---|---|
| 816 | 816 |
(?:\(([^)]+?)\)(?="))? # $title |
| 817 | 817 |
": |
| 818 | 818 |
( # $url |
| 819 |
(\/|[a-zA-Z]+:\/\/|www\.|mailto:) # $proto |
|
| 819 |
(\/|[a-zA-Z]+:\/\/|www\.|mailto:|tel:\+?) # $proto
|
|
| 820 | 820 |
[[:alnum:]_\/]\S+? |
| 821 | 821 |
) |
| 822 | 822 |
(\/)? # $slash |