From: SourceForge.net <no...@so...> - 2009-04-26 15:18:22
|
mod/wiki item #2768898, was opened at 2009-04-16 11:20 Message generated for change (Comment added) made by blindman1344 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: Closed >Resolution: Fixed 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); ---------------------------------------------------------------------- >Comment By: Greg Meiste (blindman1344) Date: 2009-04-26 10:18 Message: Thanks Matt! I just moved this module to GitHub, but I did fix the issue and released version 1.1.2. The Wiki module can now be found on GitHub at: http://github.com/meisteg/wiki The module can now be downloaded at: http://github.com/meisteg/wiki/downloads ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=716466&aid=2768898&group_id=81360 |