Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-08-18 11:14:31 +03:00
parent 635a7c729d
commit a3fa8985ec

View File

@ -884,7 +884,8 @@ object.Constructor('Page', BasePage, {
slots[name]
?? slot
// handle slot-content...
// handle <content/>...
// XXX BUG: nested slots are not handled correctly here...
for(var i in slot){
if(typeof(slot[i]) != 'string'
&& slot[i].name == 'content'){