[drupal-devel] HTML stripped out of my hook_view?
Ross M Karchner
rosskarchner at gmail.com
Sun Jun 5 02:22:06 UTC 2005
Hello,
In this example module:
http://drupaldocs.org/api/head/file/contributions/docs/developer/examples/node_example.module/source
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
More information about the drupal-devel
mailing list