Hi all,
I’m attempting to do my first module, so forgive this newb question. I scoured the documentation and forums, but couldn’t find an answer.
ExpressionEngine sticks a little “1” (the single digit character) in my module’s control panel pages. What is this, why is it being output, and how do I turn it off?
The full HTML code that is being output is:
<div class='defaultSmall' >1</div>
Thanks for your help!
Will
Are you using $DSP->table_close() in your module’s control panel? If so, cut and paste said code, please. It sounds like you might be doing something like:
$DSP->table_close(TRUE);
When cast as a string, boolean TRUE would output a 1.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.