Ticket #3007 (closed defect: worksforme)
Wrong version of WebAdmin is posted for 0.9.6
| Reported by: | tom@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | admin/web | Version: | 0.9.6 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by cboos) (diff)
I couldn't find any other place to post this, so I chose this here.
When installing the current version of the TracWebAdmin plugin with trac 0.9.4 the link in the mainnav is broken. I'm attaching a fix which basically converts the yield statement to this:
yield 'mainnav', 'admin', Markup('<a href="%s">Admin</a>',self.env.href.admin())
and adds the import statement for trac.util:
from trac.util import Markup
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


