From 894956e026dc35f81450963cb0666419111e9af1 Mon Sep 17 00:00:00 2001 From: Sonny Le Date: Mon, 22 Jul 2024 11:12:11 +0700 Subject: [PATCH] Update itemscope for article --- framework/html/com_content/article/default.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/framework/html/com_content/article/default.php b/framework/html/com_content/article/default.php index 32b43a65..cb99b730 100644 --- a/framework/html/com_content/article/default.php +++ b/framework/html/com_content/article/default.php @@ -14,5 +14,7 @@ if (!isset($astroidArticle)) { $astroidArticle = new Astroid\Article($this->item, false, $this->params); } +echo '
'; echo ''; -$astroidArticle->renderLayout(); \ No newline at end of file +$astroidArticle->renderLayout(); +echo '
'; \ No newline at end of file