Skip to content

Commit 09a93b4

Browse files
committed
Change to Reference categories
1 parent 86ab5ad commit 09a93b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

generate/lib/functions.inc.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,13 +374,13 @@ function category_index($array)
374374
if (in_array($cat, $break_before)) {
375375
$html .= "\n</div><div class=\"ref-col\">\n";
376376
}
377-
$section = "\n<div class=\"category\">\n<b>{$translation->cat_tr[$cat]}</b>\n";
377+
$section = "\n<div class=\"category\">\n<h2>{$translation->cat_tr[$cat]}</h2>\n";
378378
foreach ($subs as $sub => $refs) {
379379
if (count($refs) > 0) {
380380
if ($sub != '') {
381381
$section .= "\t<h5>$sub</h5>\n";
382-
} #else {
383-
# $section .= "<br /><br />";
382+
}# else {
383+
# $section .= "<br /><br />";
384384
#}
385385
foreach ($refs as $ref) {
386386
$section .= "\t\t<a href=\"$ref[1]\">$ref[0]</a><br />\n";

0 commit comments

Comments
 (0)