Re: two security questions

2010-08-10 Thread Magnus Holm
Great; sorry for the delay, but I've been here in the last days :-) http://upload.wikimedia.org/wikipedia/commons/b/bd/Preikestolen_Norge.jpg // Magnus Holm On Tue, Aug 10, 2010 at 22:50, David Susco wrote: > Thanks, that did the trick. Got to comb through my templates now though :P. > > On T

Re: two security questions

2010-08-10 Thread David Susco
Thanks, that did the trick. Got to comb through my templates now though :P. On Tue, Aug 10, 2010 at 4:01 PM, Magnus Holm wrote: > David, > > As far as I remember, this should work: > >  module App >    set :haml, { :escape_html => true } >  end > > You set options (as specified in > http://github

Re: two security questions

2010-08-10 Thread Magnus Holm
David, As far as I remember, this should work: module App set :haml, { :escape_html => true } end You set options (as specified in http://github.com/rtomayko/tilt/blob/master/TEMPLATES.md) by: set :EXTENSION, { :a=> true, :b => false } // Magnus Holm On Mon, Aug 9, 2010 at 19:08,