Skip to content

Commit 7ea2bec

Browse files
committed
[css2] Removed align=center
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401891
1 parent 666a618 commit 7ea2bec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.2 1998-05-19 20:39:09 ijacobs Exp $
9+
# $Id: addnavbar,v 2.3 2002-07-08 14:59:08 bbos Exp $
1010

1111
use Getopt::Long;
1212
use lib 'bin';
@@ -49,7 +49,7 @@ my $done = 0;
4949
my $i;
5050

5151
# Build the navigation bar
52-
my $navbar = "\n<div class=\"navbar\" align=\"center\">\n<p>";
52+
my $navbar = "\n<div class=\"navbar\">\n<p>";
5353
$navbar .= "<a href=\"$chapter[$chapno-1]\">previous</a> &nbsp;\n"
5454
unless $chapno < 1 or defined $options{'prev'};
5555
$navbar .= "<a href=\"$chapter[$chapno+1]\">next</a> &nbsp;\n"

0 commit comments

Comments
 (0)