From 18aaccd56dcd00a4f4d46fc9bc04b7ad64f1c981 Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 12 Apr 2024 07:40:48 +0300 Subject: [PATCH] use set_markup mathod --- src/Entity/Tab/Page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Entity/Tab/Page.php b/src/Entity/Tab/Page.php index fbc6cdcb..81921f97 100644 --- a/src/Entity/Tab/Page.php +++ b/src/Entity/Tab/Page.php @@ -440,7 +440,7 @@ class Page // @TODO update tab title } - $this->status->set_text( + $this->status->set_markup( str_replace( // Custom macros mask from config.json [ '{NAVIGATION_ADDRESS}',