SpecialContributions: Fix whitespace in tagfilter
authorFlorian <florian.schmidt.stargatewissen@gmail.com>
Sun, 6 Dec 2015 01:30:30 +0000 (02:30 +0100)
committerUmherirrender <umherirrender_de.wp@web.de>
Sun, 6 Dec 2015 15:25:46 +0000 (15:25 +0000)
commit43c770c954302a8024582061406fee7ef02205d2
tree08cc69fd95643212f04af46e4e18f929f672471c
parentefe8060f8a3b289ba9adcf2c3c932d2e776978ac
SpecialContributions: Fix whitespace in tagfilter

Removing the first element of an array, and using it as a label, doesn't make
much sense, if the array will be imploded using a whitespace to add a whitespace
between both array parts.

Instead of writing:
Tag filter:<input>

this will result in the expected output:
Tag filter: <input>

Change-Id: Ifc9de7cc6ab380fcff435fcd0410963e72ef6203
includes/specials/SpecialContributions.php