From 041a7f54e32aff60b9ea1e57bc90a4080e569bc7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 18 Feb 2021 16:10:46 +0100 Subject: [PATCH] Fix cursor --- 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 fed38a248e0..aebd0039795 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -1898,7 +1898,7 @@ function show_day_events($db, $day, $month, $year, $monthshown, $style, &$eventa if (!empty($conf->global->MAIN_JS_SWITCH_AGENDA) && $i > $maxprint && $maxprint) { - print '
'.img_picto("All", "angle-double-down", 'class="warning"').' +'.($i - $maxprint).'
'; + print '
'.img_picto("All", "angle-double-down", 'class="warning"').' +'.($i - $maxprint).'
'; //print ' +'.(count($eventarray[$daykey])-$maxprint); print '