* (bug 30865) Fix regression breaking category pages when there's no local page content
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 12 Sep 2011 19:09:51 +0000 (19:09 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 12 Sep 2011 19:09:51 +0000 (19:09 +0000)
commit79ebdd4640365069f444259730a6d92553ebf98e
treec67bf6a725e48941cf3882521f7050e3816fd89b
parent077d6e218f6e60773f75d6f5112cd737e89aaa56
* (bug 30865) Fix regression breaking category pages when there's no local page content

Output in CategoryViewer::getHtml() was trying to close an outside div, then re-open another one (with different dir/lang settings). Switched it to instead open a child div with the desired properties, so there's no danger of surprise inconsistency.
includes/CategoryPage.php