Fix regular expression.

The regular expression used to split the page content had a few pipe
characters in the wrong places, due to the previous 'cleaning-up' of the
convoluted expression for version 2.3.0.
This commit is contained in:
Daniel Kraus
2013-08-29 19:54:57 +02:00
parent 13db185d18
commit 33a2169301
3 changed files with 8 additions and 5 deletions

View File

@ -49,7 +49,7 @@
'name' => 'LinkTitles',
'author' => '[https://www.mediawiki.org/wiki/User:Bovender Daniel Kraus]',
'url' => 'https://www.mediawiki.org/wiki/Extension:LinkTitles',
'version' => '2.3.0',
'version' => '2.3.1',
'descriptionmsg' => 'linktitles-desc'
);