Skip to content

Commit 4c96413

Browse files
committed
[css2] What are they doing here?
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402183
1 parent 9e85955 commit 4c96413

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

css2/bin/mkidx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ foreach $e (@sorted) {
7070
foreach (ord($prevletter)+1 .. ord($letter)) {
7171
# Be careful about quotes and double quotes.
7272
unless ($_ == 34 || $_ == 38 || $_ == 39) {
73+
print OUTPUT "<a name=\"index-" . chr($_) . "\">&nbsp;</a>";
74+
}
75+
}
7376
print OUTPUT "\n<ul class=\"index\">";
7477
$prevletter = $letter;
7578
$lvl++;

0 commit comments

Comments
 (0)