il Mon, 26 Jul 2004 13:39:28 +0900, Jamis Buck <jgb3 / email.byu.edu> ha scritto:: >dominic sisneros wrote: >> If you include ERB::Util then it includes html escape. Use it in your >> templates like this >> >> <%h= puts "Some text with <characters>" %> > >Could you give a longer example? I tried the following and didn't get >what I expected... it is just that ERB::Util includes an 'h' method so it is: <%=h blBLA%> oh, you even get a #u method :)