View Single Post
  #7 (permalink)  
Old Dec 13th, 2006, 00:31
Ryan Fait's Avatar
Ryan Fait Ryan Fait is offline
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Render html with php

My guess is that you've got something in your PHP that is telling the string to turn HTML characters into entities. Textile itself will not turn a < be &lt, so there is something else in there that's doing it.
Reply With Quote