Author: beesley
Description:
Please add id names to the headers in CategoryPage.php so that sections such as
"Subcategories" and "Articles in category whatever" can be linked to. For
example, $r .= "<h2 id=\"{$h}\">{$h}</h2>\n" ;
instead of
$r .= "<h2>{$h}</h2>\n" ;
This would be useful for categories with a lot of text before the list of
articles begins so people can add links like See list of articles in this category at the top of the page. People
might not know to scroll to the end otherwise.
Version: 1.3.x
Severity: enhancement
URL: http://en.wikipedia.org/wiki/Category:Nature