Modify ↓
#9391 closed defect (fixed)
link shortening should not apply to "inline" mode with PageOutline macro
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 0.12.1 |
Component: | rendering | Version: | |
Severity: | normal | Keywords: | |
Cc: | mike_mp@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
patch is attached. Basically allows PageOutline "inline" mode to look like:
* First section, complete title. * Second section, complete title.
instead of
* First section, complete... * Second section, complete...
It appears that shortening was applied most likely to work with "pullout" mode, affecting fixes such as #3225.
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | page_outline_shortening.patch added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
Owner: | changed from | to
---|
Note:
See TracTickets
for help on using tickets.
Slightly refactored patch applied in [9959] (passing the
shorten
argument to.format()
instead of the constructor, and leaving the default toTrue
to avoid breaking existing code).