From 8ce0445005c34291ee5e929bf64ef091f823dc5b Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 24 May 2022 11:01:51 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwiki2.js b/pwiki2.js index 353bc34..f6d04c1 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -161,7 +161,7 @@ module.path = { // // NOTE: if seen is given (when called recursively) this will not // search for .ALTERNATIVE_PAGES... - // XXX should we normalize input '' to '/' or return it as-is??? + // XXX should we search for each path element or just the last one (current)??? // XXX should we keep the trailing '/'??? paths: function*(path='/', seen){ var alt_pages = !seen