bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-04-29 04:10:43 +03:00
parent 72ea09c75f
commit 7e4c822933

View File

@ -1000,7 +1000,7 @@ object.Constructor('Page', BasePage, {
// show first instance...
: name in slots)
slots[name] = [...this.__parser__.expand(this, text, state)]
slots[name] = [...this.__parser__.expand(this, text ?? [], state)]
return hidden ?
''