To be fixed in next release. To patch the .module manually to fix it, search for the line:

'InsertNode' => array('InsertNode', '[node:', '/((\[node:)(\d+)(.*?)\])/'),

and replace with:

'InsertNode' => array('InsertNode', '[node:', '/(\[node:)(\d+)(.*?\])/'),

Comments

Andy Inman’s picture

Status: Active » Fixed

Fixed in 1.2, now released.

Andy Inman’s picture

Status: Fixed » Closed (fixed)
Andy Inman’s picture

Status: Closed (fixed) » Fixed

Status should be fixed, not closed .. done.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.