Skip to content

Commit 809851c

Browse files
committed
[css2] Mini-bug fix
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40798
1 parent d00a069 commit 809851c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css2/bin/Attic/addnavbar

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

1111
use Getopt::Long;
1212
use 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 $';

css2/bin/addnavbar

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

1111
use Getopt::Long;
1212
use 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 $';

0 commit comments

Comments
 (0)