Actions
Defect #3673
closedErronous Wikilink/anchor formatting in export as html
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
2009-07-26
Due date:
% Done:
0%
Estimated time:
Resolution:
Cant reproduce
Affected version:
Description
I have an 0.8.4 install on passenger.
I'm currently writing an SRS on a wiki page. I have a TOC i wrote myself with:- This is my text [ [#TheAnchorIWanted | This is my text] ]
When displaying the wikipage from within redmine, all is well. The link displays correctly, and works correctly.
However, when exporting the page to html, the href attribute changes from '#TheAnchorIWanted' to '#TheAnchorIWanted.html'. Hence, the anchor is unfunctional.
When exporting multiple pages at once, the href becomes '##TheAnchorIWanted', unfunctional, again.
I would love to be able to send exported wikipages to people without having to edit them before hand. Mainly for archival purposes, or having people validate a document without giving them access to my redmine installation.
Actions