We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017e424 commit 58e5d03Copy full SHA for 58e5d03
2 files changed
css2/bin/Attic/mkidx
@@ -82,7 +82,7 @@ foreach $e (@sorted) {
82
# Link to given anchor
83
print OUTPUT ", <a href=\"$prefix#$anchor\" ";
84
if ($class eq 'index-def') {
85
- print OUTPUT "class=\"index-def\"><strong>$seqno</strong></a>";
+ print OUTPUT "class=\"index-def\"><strong>$seqno</strong>";
86
} else {
87
print OUTPUT "class=\"index-inst\"><span>$seqno</span>";
88
}
css2/bin/mkidx
print OUTPUT "class=\"index-def\"><strong>$seqno</strong>";
+ }
print OUTPUT "</a>";
for ($j = 0; $j <= $#subs; $j++) {$prev[$j] = $subs[$j];}
0 commit comments