diff --git a/src/Entity/Browser/Container/Page/Content/Gemtext.php b/src/Entity/Browser/Container/Page/Content/Gemtext.php index b92f3790..f3dc2c6c 100644 --- a/src/Entity/Browser/Container/Page/Content/Gemtext.php +++ b/src/Entity/Browser/Container/Page/Content/Gemtext.php @@ -25,7 +25,7 @@ class Gemtext extends \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Cont Markup::format( $this->_source = $source, $this->content->page->navbar->request->getValue(), - $this->content->page->gtk->get_allocated_width(), + $this->content->page->content->gtk->get_allocated_width(), $title ) );