mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 10:00: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
|
||||
// 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){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user