Re: [htmltmpl] escape html whitespace

2007-03-30 Thread Sam Tregar
On Fri, 30 Mar 2007, Matt Taylor wrote: > I couldn't find this information in the archive... > > I like the ESCAPE options (HTML, URL, JS). > > Is there a way to also escape whitespace? In particular, I would like > an easier way to replace spaces with   > > Currently looping through data from db

[htmltmpl] escape html whitespace

2007-03-30 Thread Matt Taylor
I couldn't find this information in the archive... I like the ESCAPE options (HTML, URL, JS). Is there a way to also escape whitespace? In particular, I would like an easier way to replace spaces with   Currently looping through data from dbi and replacing. Any ideas? Matt