Modify ↓
Ticket #2083 (closed defect: fixed)
Opened 7 years ago
Last modified 6 years ago
Description lists in changeset commit log are not correctly displayed
| Reported by: | cboos | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.10 |
| Component: | version control/changeset view | Version: | 0.9b1 |
| Severity: | minor | Keywords: | layout |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
Problem seen
First seen here: http://projects.robinbowes.com/flac2mp3/changeset/11
The <dl> elements receive the same style specification
as the ones corresponding to the changeset properties
(Timestamp, Author, etc.)
Additionally, the description list was unattended there,
it was the use of the identifier File::Spec that triggered it:
Having:
Now make more extensive use of File::Spec
Produces:
Now make more extensive use of File::Spec
How to fix it
- The CSS rules must be differentiate between description lists from the content and those corresponding to the page layout
- The Wiki syntax for the description lists should be adapted, maybe a space or an end-of-line must be mandatory after the double column
Attachments
Change History
comment:1 Changed 6 years ago by cmlenz
- Keywords layout added
- Milestone set to 0.10
- Owner changed from jonas to cmlenz
- Priority changed from low to normal
- Status changed from new to assigned
comment:2 Changed 6 years ago by cboos
- Owner changed from cmlenz to cboos
- Status changed from assigned to new
I want this ticket :)
comment:3 Changed 6 years ago by cboos
- Resolution set to fixed
- Status changed from new to closed
Fixed in r3005.
Note: See
TracTickets for help on using
tickets.



As observed in [2976]. We need to fix this.