From a0ead60b4d24fd6b5c419224786963a8e0a8b6bf Mon Sep 17 00:00:00 2001 From: Jeroen Pinoy Date: Tue, 23 Mar 2021 23:15:08 +0000 Subject: [PATCH] chg: [statistics] fix typo in statistics_data view - monthly attributes styling check --- app/View/Users/statistics_data.ctp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/View/Users/statistics_data.ctp b/app/View/Users/statistics_data.ctp index 6dd6e40b6..7414270ba 100644 --- a/app/View/Users/statistics_data.ctp +++ b/app/View/Users/statistics_data.ctp @@ -18,7 +18,7 @@
(+' . h($stats['attribute_count_month']) . ') '; + if ($stats['attribute_count_month']) echo ' (+' . h($stats['attribute_count_month']) . ') '; else echo ' (0) ';?>