Fix a bug I closed without checking and I cant find right now :(
authorAntoine Musso <hashar@users.mediawiki.org>
Wed, 7 Apr 2004 13:44:14 +0000 (13:44 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Wed, 7 Apr 2004 13:44:14 +0000 (13:44 +0000)
commit93b85a43d39167c43c2f0326498e13dc6d297fbb
tree262b7f637cc4952c10fff9579918d7336abb5cf9
parentd35743a6aac8516cb52603d1f39c7530db7e896c
Fix a bug I closed without checking and I cant find right now :(
Basicly creating an internal link with a <nowiki> thing generate bad link in the database (using a NaodW29). I used the unstrip function of parser.php to remove that from the text before it is send to the internal link handler. Seems to fix things quite well
includes/Parser.php