From 02c05da7fe00234b5d24832996236082019f08ff Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 7 Feb 2019 18:07:10 +0100 Subject: [PATCH] breadcrumb en h2 --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']; }