diff options
Diffstat (limited to 'lib/lib_text.php')
| -rw-r--r-- | lib/lib_text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib_text.php b/lib/lib_text.php index 9792e191e..99bac0c36 100644 --- a/lib/lib_text.php +++ b/lib/lib_text.php @@ -72,7 +72,7 @@ function splitUri($matches) { $uri = $matches[1].':'.$matches[2].$matches[3]; $t = parse_url($uri); $link = $matches[3]; - + if (!empty($t['scheme'])) { return ' <a href="'.$uri.'">'.$link.'</a>'; } else { |
