We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ab5ad commit 09a93b4Copy full SHA for 09a93b4
1 file changed
generate/lib/functions.inc.php
@@ -374,13 +374,13 @@ function category_index($array)
374
if (in_array($cat, $break_before)) {
375
$html .= "\n</div><div class=\"ref-col\">\n";
376
}
377
- $section = "\n<div class=\"category\">\n<b>{$translation->cat_tr[$cat]}</b>\n";
+ $section = "\n<div class=\"category\">\n<h2>{$translation->cat_tr[$cat]}</h2>\n";
378
foreach ($subs as $sub => $refs) {
379
if (count($refs) > 0) {
380
if ($sub != '') {
381
$section .= "\t<h5>$sub</h5>\n";
382
- } #else {
383
- # $section .= "<br /><br />";
+ }# else {
+ # $section .= "<br /><br />";
384
#}
385
foreach ($refs as $ref) {
386
$section .= "\t\t<a href=\"$ref[1]\">$ref[0]</a><br />\n";
0 commit comments