fix subtitle update for file protocol

This commit is contained in:
yggverse 2024-07-09 10:19:30 +03:00
parent 52ade7be77
commit aa066ee178

View file

@ -127,8 +127,7 @@ class Content
if ($title) // detect title by document h1
{
$this->page->title->set(
$title,
$this->page->title->getSubtitle()
$title
);
}