File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77# Table headers can be specified through the '-th' option.
88#
99# Arnaud Le Hors - lehors@w3.org
10- # $Id: mkidx,v 1.7 1997-08-06 14:02 :57 ijacobs Exp $
10+ # $Id: mkidx,v 1.8 1997-09-08 13:52 :57 ian Exp $
1111
1212$PROGNAME = substr ($0 , rindex ($0 , " /" ) + 1);
1313
@@ -113,7 +113,7 @@ $buf .= "</dl>\n";
113113
114114# Print out the full buffer
115115open (OUTPUT, " > $indexf " );
116- print OUTPUT " <H2><P > " ;
116+ print OUTPUT " <P><H2 > " ;
117117foreach $letter (@letters ) {
118118 print OUTPUT " <a href=\" #$letter \" >" . uc ($letter ) . " </a> " ;
119119}
Original file line number Diff line number Diff line change 77# Table headers can be specified through the '-th' option.
88#
99# Arnaud Le Hors - lehors@w3.org
10- # $Id: mkidx,v 1.7 1997-08-06 14:02 :57 ijacobs Exp $
10+ # $Id: mkidx,v 1.8 1997-09-08 13:52 :57 ian Exp $
1111
1212$PROGNAME = substr ($0 , rindex ($0 , " /" ) + 1);
1313
@@ -113,7 +113,7 @@ $buf .= "</dl>\n";
113113
114114# Print out the full buffer
115115open (OUTPUT, " > $indexf " );
116- print OUTPUT " <H2><P > " ;
116+ print OUTPUT " <P><H2 > " ;
117117foreach $letter (@letters ) {
118118 print OUTPUT " <a href=\" #$letter \" >" . uc ($letter ) . " </a> " ;
119119close (OUTPUT);
You can’t perform that action at this time.
0 commit comments