mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-16 16:11:39 +00:00
minor bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f67a623f10
commit
dc27697185
@ -1011,6 +1011,8 @@ object.Constructor('Page', BasePage, {
|
|||||||
src = await base.parse(src, state)
|
src = await base.parse(src, state)
|
||||||
|
|
||||||
var join = _getBlock('join')
|
var join = _getBlock('join')
|
||||||
|
join = join
|
||||||
|
&& await base.parse(join, state)
|
||||||
|
|
||||||
// expand matches...
|
// expand matches...
|
||||||
var first = true
|
var first = true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user