From 07517d4d7316144219d5693354ff337239302648 Mon Sep 17 00:00:00 2001 From: labmecanicatec <58854556+labmecanicatec@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:10:17 -0500 Subject: [PATCH] fix: unclosed div in tpl\Dashboard\announcements.tpl - Added missing `` to properly close an unclosed div in `[tpl\Dashboard\announcements.tpl]`. - This fixes potential rendering issues caused by the malformed HTML structure. --- tpl/Dashboard/announcements.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/tpl/Dashboard/announcements.tpl b/tpl/Dashboard/announcements.tpl index 244653f5d..0c8f23507 100644 --- a/tpl/Dashboard/announcements.tpl +++ b/tpl/Dashboard/announcements.tpl @@ -17,4 +17,5 @@ + \ No newline at end of file