Use Skin->getCategories() instead of Skin->getCategoryLinks() and manually wrapping...
authorKrinkle <krinkle@users.mediawiki.org>
Sat, 17 Sep 2011 18:03:18 +0000 (18:03 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Sat, 17 Sep 2011 18:03:18 +0000 (18:03 +0000)
commite3293aa73ec4c2c990cbd709706c1f122470cc8e
treec35d3601e22ed3051d083b99129ed3f678d79a1e
parent4b992bc283ccbb6d2820c4aaa2d3aeaae13a78cc
Use Skin->getCategories() instead of Skin->getCategoryLinks() and manually wrapping the #catlinks element around it. This to use the centralized output control, no need to duplicate the IDs and class names here.
* Also removing the conditional addition of <br />, which is no longer needed since <div> is a block level element which downs;t need a line break to start on a new line (this <br />) hasn't been needed since it's an unordered list (r92054)
* Follows-up r92054 and it's CR
skins/CologneBlue.php
skins/Nostalgia.php