Modify ↓
Opened 16 years ago
Closed 16 years ago
#5238 closed defect (fixed)
Main navigation bar looses css class "active"
| Reported by: | Owned by: | Colin Guthrie | |
|---|---|---|---|
| Priority: | normal | Component: | ClientsPlugin |
| Severity: | minor | Keywords: | |
| Cc: | Trac Release: | 0.12 |
Description
When enabling the ClientsModule (clients.client) the main navigation looses the css styling for the selected item. In the rendered html the class="active" is missing from the <li> element.
Attachments (0)
Note: See
TracTickets for help on using
tickets.



(In [6475]) Move the clients stylesheet adding into the ITemplateStreamFilter rather than IRequestFilter.
Closes #5238