Modify ↓
Opened 17 years ago
Last modified 17 years ago
#1615 assigned defect
inline mode always produces the same indexing
Reported by: | Owned by: | osimons | |
---|---|---|---|
Priority: | normal | Component: | TocMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
When using TOC Macro for multiple pages in inline mode, the pages always have the same index number. For example;
[[TOC(MyPage, AnotherPage, inline)]]
results in this output
1. MyPage 1. AnotherPage
I would have expected this
1. MyPage 2. AnotherPage
Attachments (0)
Change History (3)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Not sure from when, but this is no longer the case with the 0.11 version at least.
Leaving it open to see if I find time to look into the 0.10 version, but don't expect too much.
comment:3 Changed 17 years ago by
Owner: | changed from Alec Thomas to osimons |
---|---|
Status: | new → assigned |
Forgot to reassign it.
Note: See
TracTickets for help on using
tickets.
Looking at the html source generated from the wiki, I get this line
Since the
<ol></ol>
tag is repeated for each line, the list is re-started each time.