]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
Fix so that one can still link to wiki pages with # in their names.
authordairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Tue, 18 Feb 2003 21:52:07 +0000 (21:52 +0000)
committerdairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Tue, 18 Feb 2003 21:52:07 +0000 (21:52 +0000)
commit07207180f0cc0454afb8c1c1105b9c832a8fbdcc
treefed5a2706662f14ebca39ef9b98f548c33b76b24
parent6a001114eb7a87785a64afcea2598f315156571e
Fix so that one can still link to wiki pages with # in their names.
(This was made difficult by the introduction of named tags, since
'[Page #1]' is now a link to anchor '1' in page 'Page'.

Now the ~ escape for page names should work: [Page ~#1].

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2592 96ab9672-09ca-45d6-a79d-3d69d39ca109
lib/InlineParser.php
lib/Theme.php
lib/WikiDB.php
lib/stdlib.php