Re: [htmltmpl] new work on HTML::Template

2011-04-06 Thread Matt Taylor
I'm not a very advanced user, but I would like to see one minor change. I would like to be able to include a closing slash, for example: Just because jEdit's html mode gets confused when trying to identify beginning and ending tags. Matt On 04/06/2011 01:21 PM, Michael Peters wrote: > This e

Re: [htmltmpl] escape html whitespace

2007-04-02 Thread Matt Taylor
I am sure there are other solutions, but   is the first thing that came to mind. Matt On Fri, 2007-03-30 at 18:22 -0400, Sam Tregar wrote: > On Fri, 30 Mar 2007, Matt Taylor wrote: > > > I couldn't find this information in the archive... > > >

[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