From 46d8ef79e57e6443972582cc5dc9502a5528fac2 Mon Sep 17 00:00:00 2001 From: Edi Wang Date: Wed, 3 Jul 2024 11:48:17 +0800 Subject: [PATCH] Update TinyMCE to 7.2.0 in EditPost.cshtml Upgraded TinyMCE from version 7.1.2 to 7.2.0 in the EditPost.cshtml file, including an update to the integrity SHA hash to align with the new version's requirements. This ensures the editor remains current with the latest features, bug fixes, and security enhancements. --- src/Moonglade.Web/Pages/Admin/EditPost.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Moonglade.Web/Pages/Admin/EditPost.cshtml b/src/Moonglade.Web/Pages/Admin/EditPost.cshtml index 462a60fc4..aa57e5cef 100644 --- a/src/Moonglade.Web/Pages/Admin/EditPost.cshtml +++ b/src/Moonglade.Web/Pages/Admin/EditPost.cshtml @@ -28,8 +28,8 @@ switch (ec) { case EditorChoice.Html: - break; case EditorChoice.Markdown: