From b615d03b0b817499c3d99902b7bc144ae074a7b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Tue, 9 Oct 2018 12:17:51 +0200 Subject: [PATCH] Update index.php --- htdocs/comm/action/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php index b6e02861c9b..4ffa4298d20 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -1596,13 +1596,13 @@ function show_day_events($db, $day, $month, $year, $monthshown, $style, &$eventa $cachecontacts[$event->contact->id]=$contact; } else $contact=$cachecontacts[$event->contact->id]; - if ($linerelatedto) $linerelatedto.=' / '; + if ($linerelatedto) $linerelatedto.=' '; if (! empty($contact->id)) $linerelatedto.=$contact->getNomUrl(1,'',0); } if (! empty($event->fk_element) && $event->fk_element > 0 && ! empty($event->elementtype) && ! empty($conf->global->AGENDA_SHOW_LINKED_OBJECT)) { include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php'; - if ($linerelatedto) $linerelatedto.=' / '; + if ($linerelatedto) $linerelatedto.='
'; $linerelatedto.=dolGetElementUrl($event->fk_element,$event->elementtype,1); } if ($linerelatedto) print '
'.$linerelatedto;