From: vincent@cubedesigners.com Date: Tue, 30 Oct 2018 17:40:32 +0000 (+0000) Subject: done #2129 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e452f49d0f7d372e3d427bf954093f37607feeed;p=cubeextranet.git done #2129 @0:10 --- diff --git a/inc/ws/Controlleur/class.ws.url.php b/inc/ws/Controlleur/class.ws.url.php index 46f9adfa3..36e508fea 100644 --- a/inc/ws/Controlleur/class.ws.url.php +++ b/inc/ws/Controlleur/class.ws.url.php @@ -672,7 +672,7 @@ class wsUrl if (!isset($infos['pattern'])) { $infos['pattern'] = '$1_$2'; } - $res .= '
  • ' . $infos['icon'] . $infos['title'] . '
  • '; + $res .= '
  • ' . $infos['icon'] . $infos['title'] . '
  • '; } } $res .= '';