From e452f49d0f7d372e3d427bf954093f37607feeed Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 30 Oct 2018 17:40:32 +0000 Subject: [PATCH] done #2129 @0:10 --- inc/ws/Controlleur/class.ws.url.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .= ''; -- 2.39.5