On 3/16/06, Felix Collins <[EMAIL PROTECTED]> wrote: > I can code a fix for this but I'm not sure what the ticket.cs file > should check to tell that the page is in preview (is there a way to list > what is in the hdf?). If someone could give me a pointer I'll modify > ticket.cs and ticket.css and post a patch.
Just add "?hdfdump" onto the URL. Since you're trying to see the output of a form submission, you'll have to get the form to submit with that parameter. You could copy the form's HTML to a file on your local system, add the ?hdfump as a hidden form element, and then submit that. --Bruce _______________________________________________ Trac-dev mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac-dev
