Fix stray $1 in some Special:Tags error messages
authorgeorggi <bmp2558@gmail.com>
Wed, 9 Dec 2015 12:07:33 +0000 (14:07 +0200)
committerTTO <at.light@live.com.au>
Wed, 9 Dec 2015 12:13:04 +0000 (12:13 +0000)
commit3ae13728c4c9fe67629473a7520a9df301024936
treee1dfa49ebad3c4455dacafd8971424c79fddfd0a
parent1e8f67cbb3681d876006fbb378a80baf9a360619
Fix stray $1 in some Special:Tags error messages

Removed '$1' on line 395 of SpecialTags.php, it should
no longer appear in the text.

Bug: T97639
Change-Id: I7f225df684c20f4d0606f001b90a7fb97595600d
includes/specials/SpecialTags.php