diff --git a/src/Entity/Browser/Container/Page/Content.php b/src/Entity/Browser/Container/Page/Content.php index c21b7322..de12a724 100644 --- a/src/Entity/Browser/Container/Page/Content.php +++ b/src/Entity/Browser/Container/Page/Content.php @@ -127,8 +127,7 @@ class Content if ($title) // detect title by document h1 { $this->page->title->set( - $title, - $this->page->title->getSubtitle() + $title ); }