Show comment not as block in tables
authorumherirrender <umherirrender_de.wp@web.de>
Sat, 1 Dec 2012 21:38:04 +0000 (22:38 +0100)
committerumherirrender <umherirrender_de.wp@web.de>
Sat, 1 Dec 2012 21:38:04 +0000 (22:38 +0100)
commitb8049b6915c7a0f47bee40d396787e4dfdbb91b2
treeb9996f234264c44fc77ddd37e0a5430c07aca1cf
parent524c13d8de42e0fc0f1ba727ae0b0ec333edf965
Show comment not as block in tables

Special:BlockList and Special:ListFiles showing comments inside a table
cell. In that case the parentheses not needed, because the table cell
splits it from the rest. Using the Linker method, which does not produce
the parentheses.

The file history of an file pages does this the same way.

Change-Id: I7fbb068bd2acd90f8117719706c32ca05b27b09f
includes/specials/SpecialBlockList.php
includes/specials/SpecialListfiles.php