diff --git a/core/core.php b/core/core.php index 4695e0cc..eb4bf2b2 100644 --- a/core/core.php +++ b/core/core.php @@ -2012,7 +2012,7 @@ class layout extends common { OR $this->getData(['page', $this->getUrl(0), 'hideTitle']) === false ) ) { - echo '

' . $this->core->output['title'] . '

'; + echo '

' . $this->core->output['title'] . '

'; } echo $this->core->output['content']; }