2009/10/24 Tres Seaver <tsea...@palladion.com>:
> No, it works fine for values wich aren't markup:  if you want a variable
> containing markup to be rendered without escaping, you need the
> 'structure' directive in TAL:  the shortcut always escapes markup.

Alternatively, wrap your ``addform`` value as a literal (``from
webhelpers.html import literal``, not sure which package this comes
from).

It just needs an ``__html__`` method in order to escape escaping.

\malthe
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to