In creating a new template, I observe that for many text fields, the Body Variables helper box offers both secure and insecure versions that can be selected and added to the template. This is great for non-PHP folk like myself. I feel more secure if I can select the secure version. (I'm assuming if I select the "secure" option this helps protect my site against potential attacks via PHP?)

I observe an exception to this in my template with the Title field (which I have renamed "headline" in my content type): In that case, only an insecure version appears in the Body Variables box--there is no secure version provided for this field. Is there a way I can get CT to generate this code as well? If not, is this something that could be enabled in a future version?

Also, in investigating this, I followed the "check plain" wrapper link below the Body Variables box. Though I am using version 6, I observe this link still leads to the api page for version 5. This should probably be changed in the code.

I was able to find the version 6 instructions on the api at drupal. I'm just not sure what to do with them. How does one use them as a "wrapper" around the insecure title text?

Thanks for all the work on this module. Drupal, Views, CCK, and associated modules rock!