aboutsummaryrefslogtreecommitdiff
path: root/lib/lib_text.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-04 20:48:38 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-04 23:34:07 +0100
commit5e1109312044b41932e14eb2e8e9ad9497d2ac61 (patch)
treeee2bf0d13cc40ceb28bab7423c9f896574f60645 /lib/lib_text.php
parent4a999fb6286bafcd070a1ebe53ceb5effacc8b59 (diff)
Détails : blancs
Suppression des blancs en fin de ligne
Diffstat (limited to 'lib/lib_text.php')
-rw-r--r--lib/lib_text.php2
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 {