From eadf01cdbe6e30929732293a78b5f203f12047b3 Mon Sep 17 00:00:00 2001 From: Sonny Le Date: Thu, 24 Oct 2024 09:04:54 +0700 Subject: [PATCH] Fix issue wrong display in Classic mode --- framework/elements/articles/articles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/elements/articles/articles.php b/framework/elements/articles/articles.php index a96db47a..fb9380f3 100644 --- a/framework/elements/articles/articles.php +++ b/framework/elements/articles/articles.php @@ -334,7 +334,7 @@ echo '
'; } - echo '
'; // Start Card-Body + echo '
'; // Start Card-Body if ($media_position == 'inside') { echo $media;