File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66#
77# Arnaud Le Hors - lehors@w3.org
88# Modified by Bert Bos <bert@w3.org>
9- # $Id: addnavbar,v 2.0 1998-02-02 18:52:42 bbos Exp $
9+ # $Id: addnavbar,v 2.1 1998-02-02 19:34:22 ijacobs Exp $
1010
1111use Getopt::Long;
1212use lib ' bin' ;
@@ -83,7 +83,7 @@ if (! defined $options{'bottom'}) {
8383 while (<IN>) {
8484 / <\/ body[^>]*>/io and do {
8585 print OUT $` ;
86- print OUT " <hr class=> \" navbar\"\n " unless defined $options {' hr' };
86+ print OUT " <hr class=\" navbar\" > \n " unless defined $options {' hr' };
8787 print OUT $navbar ;
8888 print OUT $& ;
8989 print OUT $' ;
Original file line number Diff line number Diff line change 66#
77# Arnaud Le Hors - lehors@w3.org
88# Modified by Bert Bos <bert@w3.org>
9- # $Id: addnavbar,v 2.0 1998-02-02 18:52:42 bbos Exp $
9+ # $Id: addnavbar,v 2.1 1998-02-02 19:34:22 ijacobs Exp $
1010
1111use Getopt::Long;
1212use lib ' bin' ;
@@ -83,7 +83,7 @@ if (! defined $options{'bottom'}) {
8383 while (<IN>) {
8484 / <\/ body[^>]*>/io and do {
8585 print OUT $` ;
86- print OUT " <hr class=> \" navbar\"\n " unless defined $options {' hr' };
86+ print OUT " <hr class=\" navbar\" > \n " unless defined $options {' hr' };
8787 print OUT $navbar ;
8888 print OUT $& ;
8989 print OUT $' ;
You can’t perform that action at this time.
0 commit comments