mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-31 19:10:08 +00:00
fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d4fea85d77
commit
730348c0fa
@ -554,7 +554,7 @@ module.BaseParser = {
|
|||||||
: e
|
: e
|
||||||
// expand arrays...
|
// expand arrays...
|
||||||
if(e instanceof Array
|
if(e instanceof Array
|
||||||
| e instanceof types.Generator){
|
|| e instanceof types.Generator){
|
||||||
return that.resolve(page, e, state)
|
return that.resolve(page, e, state)
|
||||||
// data -- unwrap content...
|
// data -- unwrap content...
|
||||||
} else if(e instanceof Object && 'data' in e){
|
} else if(e instanceof Object && 'data' in e){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user