[Seaside] escaped html

Ragnar Hojland Espinosa ragnar at linalco.com
Fri Jun 20 13:26:44 CEST 2003


I've just found out that 
     
     html text: 'foo'.

does not escape text, and that you have to
     
     html text: 'foo' asHtml. 

So I added a little html textEscaped: , but then I came upon things like

     html anchorWithAction:text:

Is there a reason for seaside not escaping the strings by default, as
it happened with seaEscapeHtml in 0.94b?  Or am I missing something?
     
-- 
Ragnar Hojland - Project Manager
Linalco "Especialistas Linux y en Software Libre"
http://www.linalco.com Tel: +34-91-5970074 Fax: +34-91-5970083


More information about the Seaside mailing list