Browse Source

use set_markup mathod

proto-1
yggverse 3 months ago
parent
commit
18aaccd56d
  1. 2
      src/Entity/Tab/Page.php

2
src/Entity/Tab/Page.php

@ -440,7 +440,7 @@ class Page
// @TODO update tab title // @TODO update tab title
} }
$this->status->set_text( $this->status->set_markup(
str_replace( // Custom macros mask from config.json str_replace( // Custom macros mask from config.json
[ [
'{NAVIGATION_ADDRESS}', '{NAVIGATION_ADDRESS}',

Loading…
Cancel
Save