The node body was being filtered twice.

This is because node is being ran through node_prepare twice, which will replace the node with filtered content.

node_prepare is first invoked in the node module on line 1081 and again in the nodeform module line number 359.

The following patch removes the node_prepare inside the nodeforum module on line number 359.

CommentFileSizeAuthor
nodeprepare.patch682 bytesgrndlvl

Comments

grndlvl’s picture

Status: Active » Needs review
andrewlevine’s picture

Status: Needs review » Fixed

tested and committed, thanks

Anonymous’s picture

Status: Fixed » Closed (fixed)

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