#3895 closed defect (bug) (fixed)
Typo in bp-themes\bp-default...\admin.php
| Reported by: | pkchrisjohnson | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.6 |
| Component: | Templates | Version: | |
| Severity: | minor | Keywords: | has-patch |
| Cc: |
Description
In
bp-themes\bp-default\groups\single\admin.php
there is a typo on line 181. There is an extra ">" at Col 58 that makes the "single-line" class useless for the admin editor section.
The line should read this:
<ul id="admins-list" class="item-list single-line">
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [5618]) Fix class typo in group admin templates. Fixes #3895, props pkchrisjohnson and fanquake