Modify ↓
Opened 19 years ago
Closed 19 years ago
#2083 closed defect (fixed)
Description lists in changeset commit log are not correctly displayed
Reported by: | Christian Boos | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | 0.10 |
Component: | version control/changeset view | Version: | 0.9b1 |
Severity: | minor | Keywords: | layout |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal 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 (0)
Change History (3)
comment:1 by , 19 years ago
Keywords: | layout added |
---|---|
Milestone: | → 0.10 |
Owner: | changed from | to
Priority: | low → normal |
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
As observed in [2976]. We need to fix this.