On Tuesday, December 10, 2019 at 12:56:57 PM UTC-8, Gabriel Alves wrote: > > 3. How can I write special symbols like: > # set directions=[(ticket.get_incoming_dict(), 'Referenced by', ' > ←', True), (ticket.get_outgoing_dict(), 'References', '& > rarr;', False)] > (left and right arrows) >
I believe in that case you can use a unicode character rather than html entity. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/b8ea3618-2d63-471d-a4a1-909e7a6107ab%40googlegroups.com.
