From e94ef09977717d1c3c72ffc85956aa64d09f1357 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 10 Jun 2020 22:24:15 +0200 Subject: [PATCH] css --- htdocs/comm/action/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php index 40fbcab737b..5b3ddefa0f5 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -430,7 +430,7 @@ if (!empty($conf->use_javascript_ajax)) // If javascript on $s .= ''."\n"; // Local calendar - $s .= '
'.$langs->trans("LocalAgenda").'  
'; + $s .= '
'.$langs->trans("LocalAgenda").'  
'; // External calendars if (is_array($showextcals) && count($showextcals) > 0)