5 Jun
2005
5 Jun
'05
4:22 a.m.
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