Modify ↓
#2136 closed defect (fixed)
Inline version of [[PageOutline]] generates wrong layout
| Reported by: | Owned by: | Christopher Lenz | |
|---|---|---|---|
| Priority: | low | Milestone: | 0.9 |
| Component: | wiki system | Version: | 0.9b2 |
| Severity: | trivial | Keywords: | macros |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
When using the inline version of the PageOutline]] macro like this:
[[PageOutline(0-3, Contents, inline)]]
the generated table of contents has a very bad layout, it looks like this:
Contents
1. 1. Top Title
1. Subtitle 1
2. Subtitle 2
Note the duplicate numbers. I would suggest a similar layout as PageOutline produces in outline mode (no numbers, no addinional empty lines)
Attachments (0)
Change History (4)
comment:1 by , 20 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 20 years ago
comment:3 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fixed in [2316].
(oh the magic of numbers)
comment:4 by , 20 years ago
| Priority: | normal → low |
|---|---|
| Severity: | normal → trivial |
Note:
See TracTickets
for help on using tickets.



The problem here is that there is no level 0 for headings.
So you should use:
Should still be fixed, of course.