From c9ef509b5c138b7c388a041f757cc65973438abf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Tue, 18 Jul 2023 11:42:09 +0200 Subject: [PATCH] chore: remove unneeded type attribute on script --- views/default/widgets/online_user_count/content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/default/widgets/online_user_count/content.php b/views/default/widgets/online_user_count/content.php index 9b4eba7..32d91d7 100644 --- a/views/default/widgets/online_user_count/content.php +++ b/views/default/widgets/online_user_count/content.php @@ -15,7 +15,7 @@ function(QueryBuilder $qb, $main_alias) { echo elgg_echo('admin:statistics:label:onlineusers') . ": {$count}"; ?> -