We found it very useful to allow some basic formatting of the excerpt. Basic html would be nice, but we found just simply using: echo nl2br(esc_html( $ticket->post_excerpt )); quite useful (about line 4243 in camtix.php
This sounds like a duplicate of #150, which was recently fixed in cbe468d3ae01097007304767fdf8f1fec03c90c0. That commit hasn't made it into a release yet, though.
We found it very useful to allow some basic formatting of the excerpt. Basic html would be nice, but we found just simply using: echo nl2br(esc_html( $ticket->post_excerpt )); quite useful (about line 4243 in camtix.php