On 15/11/2007, Martin Schröder <[EMAIL PROTECTED]> wrote: > > > 2007/11/13, Martin Schröder <[EMAIL PROTECTED]>: > > we have a project with an ampersand in it's name. > > > > How do I quote the ampersand in the arguments to TicketQuery (which > > are separated by ampersands)? > > There is no way? >
The & in the title needs to be url encoded - becoming & or you could just replace it with "and" :D --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
