File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# !/usr/local/bin/perl
22# Index of property names.
33# Arnaud Le Hors lehors@w3.org/Ian Jacobs ij@w3.org
4- # $Id: mkpropidx,v 2.2 1998-04-13 20:33:22 ijacobs Exp $
4+ # $Id: mkpropidx,v 2.3 1998-04-16 18:28:08 ijacobs Exp $
55use English;
66
77
@@ -77,7 +77,6 @@ sub format_name {
7777 print OUTPUT " <td>" ;
7878 foreach $name (split (' ' , $_ [0])) {
7979 $name = cleanup($name );
80- print STDERR " $name \n " ;
8180 print OUTPUT " <span class=\" propinst-" . $name . " \" >'" . $name . " '<\/ span>\n " ;
8281 }
8382}
Original file line number Diff line number Diff line change 11# !/usr/local/bin/perl
22# Index of property names.
33# Arnaud Le Hors lehors@w3.org/Ian Jacobs ij@w3.org
4- # $Id: mkpropidx,v 2.2 1998-04-13 20:33:22 ijacobs Exp $
4+ # $Id: mkpropidx,v 2.3 1998-04-16 18:28:08 ijacobs Exp $
55use English;
66
77
@@ -77,7 +77,6 @@ sub format_name {
7777 print OUTPUT " <td>" ;
7878 foreach $name (split (' ' , $_ [0])) {
7979 $name = cleanup($name );
80- print STDERR " $name \n " ;
8180 print OUTPUT " <span class=\" propinst-" . $name . " \" >'" . $name . " '<\/ span>\n " ;
8281 }
8382}
You can’t perform that action at this time.
0 commit comments