From 3b88095f8fde93beec3e960daecd9bd88b44dbd5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 29 Aug 2008 22:46:54 +0000 Subject: [PATCH] Add sladame patch to add view of day. --- 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 18763fe06e2..865d789ed72 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -470,7 +470,7 @@ function show_day_events($db, $day, $month, $year, $style, $actionarray, $maxPri } else if($ok) { - print ''.img_picto("all","1downarrow_selected.png").''; + print ''.img_picto("all","1downarrow_selected.png").' ...'; $ok=false; } }