Opened 4 years ago
Closed 3 years ago
#1821 closed Defect (fixed)
CSS error in groups/css
| Reported by: | coldtrick | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.7 |
| Component: | Groups | Version: | |
| Severity: | minor | Keywords: | |
| Cc: | brettp | Difficulty: |
Description
Line 31 in /groups/views/default/groups/css.php generates css syntax error:
float:left:
must be
float: left;
(it ends with colon, but must be semi colon)
Change History (4)
comment:1 Changed 4 years ago by coldtrick
comment:2 Changed 4 years ago by lirantal
I can confirm this issue with the semi-column typo, this line is not commented.
Please fix.
comment:3 Changed 3 years ago by brettp
- Milestone set to Elgg 1.7
- Severity set to minor
comment:4 Changed 3 years ago by brettp
- Resolution set to fixed
- Status changed from new to closed
This seems to have been fixed at some point. Closing it.
Note: See
TracTickets for help on using
tickets.

i dont know if this line is needed (because now it is ignored/declaration dropped)