From: vincent@cubedesigners.com Date: Thu, 31 May 2018 14:33:04 +0000 (+0000) Subject: fix #2076 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=84c38f68b2353c6dc70d4e48546aa20e982977b2;p=cubeextranet.git fix #2076 @0:10 --- diff --git a/inc/ws/Util/html5/master/class.ws.html5.links.php b/inc/ws/Util/html5/master/class.ws.html5.links.php index 372faf62f..b374331e9 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -317,7 +317,7 @@ class wsHTML5Link { $datas = parse_url($loc); - if (isset($datas['scheme']) && !is_null($datas['scheme']) || strpos($loc,'#')==0) { + if (isset($datas['scheme']) && !is_null($datas['scheme']) || strpos($loc,'#')===0) { return $loc; } else { if ($css) {