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'){