:100755 100755 4d03ae8... 0000000... M	sites/all/modules/contrib/pathologic/pathologic.module

diff --git a/sites/all/modules/contrib/pathologic/pathologic.module b/sites/all/modules/contrib/pathologic/pathologic.module
index 4d03ae8..a156df4 100755
--- a/sites/all/modules/contrib/pathologic/pathologic.module
+++ b/sites/all/modules/contrib/pathologic/pathologic.module
@@ -83,7 +83,7 @@ function _pathologic($text, $format) {
       //   ((index\.php)?(\?q=)?)
       //   ([^"]*)
       // )"~
-      'pattern' => '~(href|src|HREF|SRC)="(internal:|' . implode('|', $paths) . ')?(/(#.*)?|(?!(#|/|mailto:|[a-z]+:/))((index\.php)?(\?q=)?)([^"]*))"~',
+      'pattern' => '~(href|src|HREF|SRC)="(internal:|' . implode('|', $paths) . ')?(/(#.*)?|(?!(#|/|mailto:|tel:|[a-z]+:/))((index\.php)?(\?q=)?)([^"]*))"~',
       // create_funtion() lets us do lambdas in a really crappy but pre-PHP 5.3-
       // compatible way. We're using it here so we can pass the value of
       // $filter->settings['absolute'] to the replacement function. We could
