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.
| Comment | File | Size | Author |
|---|---|---|---|
| nodeprepare.patch | 682 bytes | grndlvl |
Comments
Comment #1
grndlvl commentedComment #2
andrewlevine commentedtested and committed, thanks
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.