From aa066ee1783f0961ddb1cc19d824a8c6ea06c08f Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 9 Jul 2024 10:19:30 +0300 Subject: [PATCH] fix subtitle update for file protocol --- src/Entity/Browser/Container/Page/Content.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Entity/Browser/Container/Page/Content.php b/src/Entity/Browser/Container/Page/Content.php index c21b732..de12a72 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 ); }