Fix regression from r39373: * marks were changed to *? , which broke the colon in...
authorRotem Liss <rotem@users.mediawiki.org>
Mon, 18 Aug 2008 17:22:12 +0000 (17:22 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Mon, 18 Aug 2008 17:22:12 +0000 (17:22 +0000)
commit29f9560c8cc7864beefadddb81e8134778dd507a
tree90d7a687f8a0b49bbb9ed0daf609c185300dee8e
parent0ea4e51035eb96016848b0d09762974d8ee89939
Fix regression from r39373: * marks were changed to *? , which broke the colon in comments because the regexp did not recognize the post text. Reverting to the original regexp. Tested on some comments (as well as on Wikipedia:Translation/*/Lang/de mentioned in the previous commit), but if it breaks anything, please revert and fix in another way.
includes/Linker.php