diff --git a/pwiki/page.js b/pwiki/page.js index 61fb6c4..c73ec98 100755 --- a/pwiki/page.js +++ b/pwiki/page.js @@ -175,8 +175,10 @@ object.Constructor('BasePage', { // arguments... pwpath.joinArgs( pwpath.relative( - this.path, - path), + this.path, + path) + // keep root path predictable... + || '/', pwpath.obj2args(args))) // trigger handlers... '__navigate__' in this