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';