From d648a8e542002e4b1a0ce8e84c96168d2c33f57d Mon Sep 17 00:00:00 2001 From: danpros Date: Tue, 9 Jan 2024 15:29:17 +0700 Subject: [PATCH] Update edit-page.html.php --- system/admin/views/edit-page.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/admin/views/edit-page.html.php b/system/admin/views/edit-page.html.php index 8936c41..9ac3455 100644 --- a/system/admin/views/edit-page.html.php +++ b/system/admin/views/edit-page.html.php @@ -35,7 +35,7 @@ if ($type == 'is_frontpage') { $olddescription = $p->description; $oldcontent = $p->body; $oldmd = $p->md; - $url = 'content/data/category/'. $p->md; + $url = 'content/data/category/'. $p->md . '.md'; } else { if (isset($p->file)) {