From 730348c0fab92a544ce49682df8391db96bac227 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 15 Feb 2023 14:15:50 +0300 Subject: [PATCH] fix... Signed-off-by: Alex A. Naanou --- pwiki/parser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwiki/parser.js b/pwiki/parser.js index 80d427d..fa3001c 100755 --- a/pwiki/parser.js +++ b/pwiki/parser.js @@ -554,7 +554,7 @@ module.BaseParser = { : e // expand arrays... if(e instanceof Array - | e instanceof types.Generator){ + || e instanceof types.Generator){ return that.resolve(page, e, state) // data -- unwrap content... } else if(e instanceof Object && 'data' in e){