diff --git a/src/Entity/Browser/Container/Tab/Page/Title.php b/src/Entity/Browser/Container/Tab/Page/Title.php index 650294dd..2ea6eac5 100644 --- a/src/Entity/Browser/Container/Tab/Page/Title.php +++ b/src/Entity/Browser/Container/Tab/Page/Title.php @@ -60,8 +60,10 @@ class Title ): void { $this->gtk->set_subtitle( - is_null($subtitle) ? $this->_subtitle : trim( - $subtitle + is_null($subtitle) ? $this->_subtitle : strtolower( + trim( + $subtitle + ) ) ); }