Fred Jones ha scritto:
What about when doing node_load() and displaying HTML?
Attention: node_load() is not the step when node is rendered. Install "devel" module and you can see two new tabs for every node: "Dev Load" and "Dev Render". The first contains data of the node when it is loaded and the second contains the node's data when it's rendered (for display/html).
I never can find the function to clean up HTML for XXS and whatever before displaying...
you need to use "input filter" and the function to use is "|check_markup".
M. |