5 Jun
2005
5 Jun
'05
4:34 p.m.
My message hasn't shown up in the archives for yesterday, so I'll send this again: On 6/4/05, Ross M Karchner <rosskarchner@gmail.com> wrote:
Hello,
In this example module: http://drupaldocs.org/api/head/file/contributions/docs/developer/examples/no...
The output is themed as (PHP removed):
<div class="node_example_order_info"> The order is for %quantity %color items. </div>
but when I view a node created with this module, all the HTML is stripped:
<div class="content"><p>The order is for 0 items.</p>
Can someone point me towards a page or discussion that explains why this is?
-Ross