When checking for self links, use Title::getFragment() rather
authorWil Mahan <wmahan@users.mediawiki.org>
Wed, 13 Oct 2004 04:30:19 +0000 (04:30 +0000)
committerWil Mahan <wmahan@users.mediawiki.org>
Wed, 13 Oct 2004 04:30:19 +0000 (04:30 +0000)
commitac9d5ac85f80f297681ca538c534468d8a676f8e
tree7946e11421b3277d3c06f2f514bda4038b022bc3
parenta41660f7b1ca14da3f84e76d4b5884923e4895e4
When checking for self links, use Title::getFragment() rather
than searching for '#', so that self-links escaped with
character entities are handled correctly. Related to
bug 337.
includes/Parser.php