-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 1.3
-
Component/s: None
-
Environment:
Tomcat 4.1.X running against PostgreSQL
I used the import macro to include a space's home page in the space description, so that it would show up in the space dashboard.
I noticed that a table of contents link we had was being parsed incorrectly. It was setup as a bulleted list of links to anchors within the page. The markup rendered correctly in the page, but the included version broke.
our code looked like:
- [View Index|Index]
- Announcements
- This Wiki
- Target Audiences
The first link rendered correctly, with a link to the index page. The next link broke the markup parsing regardless of which anchor it was pointed at.
- is related to
-
CONFSERVER-1399 Clean up use of PageContext so it's consistent
- Closed