Gabor Vitezwrote: > 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