Skip to content

Commit bb83202

Browse files
committed
[css2] Fixed p/H2 bug
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%4052
1 parent b56790e commit bb83202

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css2/bin/Attic/mkidx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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
115115
open(OUTPUT, "> $indexf");
116-
print OUTPUT "<H2><P> ";
116+
print OUTPUT "<P><H2> ";
117117
foreach $letter (@letters) {
118118
print OUTPUT " <a href=\"#$letter\">" . uc($letter) . "</a> ";
119119
}

css2/bin/mkidx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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
115115
open(OUTPUT, "> $indexf");
116-
print OUTPUT "<H2><P> ";
116+
print OUTPUT "<P><H2> ";
117117
foreach $letter (@letters) {
118118
print OUTPUT " <a href=\"#$letter\">" . uc($letter) . "</a> ";
119119
close(OUTPUT);

0 commit comments

Comments
 (0)