From: SourceForge.net <no...@so...> - 2009-04-16 16:20:19
|
mod/wiki item #2768898, was opened at 2009-04-16 11:20 Message generated for change (Tracker Item Submitted) made by stardog You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=716466&aid=2768898&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Defect Group: 1.x.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: Matthew McNaney (stardog) Assigned to: Greg Meiste (blindman1344) Summary: Anchor links Initial Comment: If you add an anchor (e.g. AwesomePage#toc2), the pound sign will be output in the link as %23. One quick fix is to add the below to line 170 in WikiManager.php $wikitext = str_replace('%23', '#', $wikitext); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=716466&aid=2768898&group_id=81360 |