From 5e1109312044b41932e14eb2e8e9ad9497d2ac61 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 4 Nov 2013 20:48:38 +0100 Subject: Détails : blancs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Suppression des blancs en fin de ligne --- lib/lib_text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lib_text.php') 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 ' '.$link.''; } else { -- cgit v1.2.3