mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
fix subtitle update for file protocol
This commit is contained in:
parent
52ade7be77
commit
aa066ee178
1 changed files with 1 additions and 2 deletions
|
|
@ -127,8 +127,7 @@ class Content
|
||||||
if ($title) // detect title by document h1
|
if ($title) // detect title by document h1
|
||||||
{
|
{
|
||||||
$this->page->title->set(
|
$this->page->title->set(
|
||||||
$title,
|
$title
|
||||||
$this->page->title->getSubtitle()
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue