From a3fa8985eca897493b756762cdb6b92804a46630 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 18 Aug 2022 11:14:31 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki/page.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pwiki/page.js b/pwiki/page.js index 9207d11..83cb3f3 100755 --- a/pwiki/page.js +++ b/pwiki/page.js @@ -884,7 +884,8 @@ object.Constructor('Page', BasePage, { slots[name] ?? slot - // handle slot-content... + // handle ... + // XXX BUG: nested slots are not handled correctly here... for(var i in slot){ if(typeof(slot[i]) != 'string' && slot[i].name == 'content'){