mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 09:49:31 +02:00
ad700ca7f4ea66f6295aee0039e6d53f72ccb90f
If a page title started with a slash, the algorithm to deal with leading capitals would produce a faulty regexp by accessing $escapedTitle[0] and substr($escapedTitle, 1), which would only capture the slash that escapes the slash. Also fix small bug in template detection (make expression non-greedy).
LinkTitles
MediaWiki extension that automatically adds links to words that match titles of existing pages.
For more information, see http://www.mediawiki.org/wiki/Extension:LinkTitles
Description
MediaWiki extension that automatically adds links to words that match titles of existing pages.
Languages
PHP
98%
Dockerfile
0.8%
Shell
0.8%
Makefile
0.4%