From 369ec665f609cd1468e9c942ff21b9fa2f0b6875 Mon Sep 17 00:00:00 2001 From: Mathias Arzberger Date: Mon, 13 Jan 2025 17:35:20 +0100 Subject: [PATCH] fix instagram moderation in Contao 5.4 --- contao/config/config.php | 4 ++-- contao/templates/be/be_sf_moderate.html5 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contao/config/config.php b/contao/config/config.php index e3d09e9..3e307f3 100644 --- a/contao/config/config.php +++ b/contao/config/config.php @@ -62,6 +62,6 @@ $scopeMatcher = System::getContainer()->get('contao.routing.scope_matcher'); if ($request && $scopeMatcher->isBackendRequest($request)) { - $GLOBALS['TL_CSS'][] = $assetsDir.'/css/sf_moderation.scss|static'; - $GLOBALS['TL_CSS'][] = $assetsDir.'/css/backend.css|static'; + $GLOBALS['TL_CSS'][] = $assetsDir.'/css/sf_moderation.min.css|static'; + $GLOBALS['TL_CSS'][] = $assetsDir.'/css/backend.min.css|static'; } diff --git a/contao/templates/be/be_sf_moderate.html5 b/contao/templates/be/be_sf_moderate.html5 index 56fad1d..e102897 100644 --- a/contao/templates/be/be_sf_moderate.html5 +++ b/contao/templates/be/be_sf_moderate.html5 @@ -1,5 +1,5 @@
-
+