Hi John, If in your include file you have stuff like 3<5 where '<' actually means less than then this should be displayed as normal - it is where you have stuff like "<somevalue>" it will be attempted to be output as html
If you have this situation, wrap <@literal> around these values in your include file and you should get the desired result... --- John McGowan <[EMAIL PROTECTED]> wrote: > Ok, the documentation says that vars are encoded by > default to converet > specail characters like < to < and for the most > part, this works. > However, I've got a situation, probably because of > how i'm loading an > include file or something like that that is causing > the conversion to > not occur. Now, since the encoding type that turns > < into < doesnt > have a name like "NONE, MULTILINE" etc...how do I > force the server to do > that type of encoding? > > > > ________________________________________________________________________ > TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf
