File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,13 +80,13 @@ foreach $e (@sorted) {
8080 }
8181
8282 # Link to given anchor
83+ print OUTPUT " , <a href=\" $prefix #$anchor \" " ;
8384 if ($class eq ' index-def' ) {
84- print OUTPUT " , <a href=\" $prefix #$anchor \" ><strong class=\" def\" >" ;
85- print OUTPUT " $seqno </strong></a>" ;
85+ print OUTPUT " class=\" index-def\" ><strong>$seqno </strong></a>" ;
8686 } else {
87- print OUTPUT " , <a href=\" $prefix #$anchor \" ><span class=\" inst\" >" ;
88- print OUTPUT " $seqno </span></a>" ;
87+ print OUTPUT " class=\" index-inst\" ><span>$seqno </span>" ;
8988 }
89+ print OUTPUT " </a>" ;
9090
9191 for ($j = 0; $j <= $#subs ; $j ++) {$prev [$j ] = $subs [$j ];}
9292 $prev [$j ] = ' ' ;
Original file line number Diff line number Diff line change @@ -80,13 +80,13 @@ foreach $e (@sorted) {
8080 print OUTPUT " , <a href=\" $prefix #$anchor \" " ;
8181 if ($class eq ' index-def' ) {
8282 print OUTPUT " class=\" index-def\" ><strong>$seqno </strong>" ;
83+ } else {
8384 print OUTPUT " class=\" index-inst\" ><span>$seqno </span>" ;
84- print OUTPUT " , <a href=\" $prefix #$anchor \" ><strong class=\" def\" >" ;
85- print OUTPUT " $seqno </strong></a>" ;
85+ print OUTPUT " class=\" index-def\" ><strong>$seqno </strong></a>" ;
8686 print OUTPUT " </a>" ;
87- print OUTPUT " , <a href=\" $prefix #$anchor \" ><span class=\" inst\" >" ;
88- print OUTPUT " $seqno </span></a>" ;
87+
8988 for ($j = 0; $j <= $#subs ; $j ++) {$prev [$j ] = $subs [$j ];}
89+ $prev [$j ] = ' ' ;
9090}
9191while ($lvl > 0) {
9292 print OUTPUT " \n </ul>" ;
You can’t perform that action at this time.
0 commit comments