From 125f1a049982171ab91ddb559f23662db20a23b5 Mon Sep 17 00:00:00 2001 From: danpros Date: Fri, 26 Jan 2024 17:15:20 +0700 Subject: [PATCH] Update htmly.php --- system/htmly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/htmly.php b/system/htmly.php index 37ca32b..39307f6 100644 --- a/system/htmly.php +++ b/system/htmly.php @@ -443,7 +443,7 @@ get('/add/content', function () { 'type' => $type, 'is_admin' => true, 'bodyclass' => 'add-content', - 'breadcrumb' => '' . config('breadcrumb.home') . ' »' . i18n('Add_new_post') + 'breadcrumb' => '' . config('breadcrumb.home') . ' » ' . i18n('Add_new_post') )); } else { $login = site_url() . 'login';