From 598a12aa2718afb8c69339048803bfece90fe0f2 Mon Sep 17 00:00:00 2001 From: Miguel Ribeiro Date: Fri, 11 Oct 2024 18:45:27 +0200 Subject: [PATCH] fix: xss issue on the dashboard --- calendar.php | 2 +- endpoints/subscriptions/get.php | 6 +++--- includes/version.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/calendar.php b/calendar.php index bb7f71d84..b54388b03 100644 --- a/calendar.php +++ b/calendar.php @@ -218,7 +218,7 @@ class="fa-solid fa-chevron-right"> if (date('d', $date) == $day) { ?>
- +
\ No newline at end of file