6 Jun
2005
6 Jun
'05
12:21 a.m.
The example calls node_prepare() which in turn invokes the filter system. The filter system is designed to transform user-specified content from any format into HTML. As the themed output is already HTML, this will cause problems if the format is not Full HTML. In your case, the div is stripped out because it is a disallowed tag. This is really not advisable, the example should be changed. Steven Wittens