tedfordgif wrote: > As a new Trac 0.11b user and macro author, I tried to write a macro to > output the project name using something like > > == [[ProjectName]] Home == > > ...expecting to use this in a template, with a global macro, etc. It > did not work. I had to move the macro markup outside the header > markup, like so: > > [[ProjectName]] > == Home == > > Is this by design, or is it something worth working up a patch for? > >
The OneLineFormatter ignores the macros, though it should ideally *not* ignore the macros that return inline content. -- Christian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
