Re: HTML in publisher exceptions vs. format_publish_exception

Neil Schemenauer <[email protected]> Sun, 19 Oct 2008 16:38:34 +0000 (UTC)
Newsgroups gmane.comp.web.quixote.user
Message-ID <[email protected]>
Gabor Vitez <[email protected]> wrote:
> I ran into a problem with quixote2's format_publish_exception: I could not
> get it to properly display exceptions with HTML tags in them. They always
> got escaped.
> I use Qpy with Quixote.

That function uses htmltext() so it requires that HTML markup be
contained within htmltext instances.  We tried to make it possible
to use Quixote without htmltext but this is one place were it
slipped in.

  Neil