#9117 closed defect (fixed)
small bug in #!motd and VersionHistorySource
| Reported by: | skyper | Owned by: | stoecker |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Trac | Version: | |
| Keywords: | VersionHistorySource motd | Cc: |
Description
Moving the motd for June to VersionHistorySource I noticed a small problem as from the second item for the first release on the single items are not placed right.
Attachments (0)
Change History (3)
follow-up: 2 comment:1 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
follow-up: 3 comment:2 by , 12 years ago
Replying to stoecker:
You added an empty line inbetween, which breaks the list entries. That's why "#" is used in other places.
Sorry, for that but preview did not show any different result with empty line or "#". Think similar problem exists with #!diff where preview does not work properly
By the way, the problem seems to be an empty line followed by "#" as the empty line did exist for some time and I did introduce the "#".
comment:3 by , 12 years ago
Replying to skyper:
Replying to stoecker:
You added an empty line inbetween, which breaks the list entries. That's why "#" is used in other places.
Sorry, for that but preview did not show any different result with empty line or "#". Think similar problem exists with
#!diffwhere preview does not work properly
By the way, the problem seems to be an empty line followed by "#" as the empty line did exist for some time and I did introduce the "#".
Sorry, you are right. I always did look at the wrong place. Thanks for fixing.



You added an empty line inbetween, which breaks the list entries. That's why "#" is used in other places.