Skip to content

Commit a137803

Browse files
committed
[css2] Removed ALIGN attribute, which is not HTML4 .
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402435
1 parent f2a1345 commit a137803

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/bin/mkpropidx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.13 2003-01-22 19:28:32 bbos Exp $
4+
# $Id: mkpropidx,v 2.14 2006-04-07 19:47:13 bbos Exp $
55
use English;
66

77

@@ -150,7 +150,7 @@ sub format_media {
150150
#}
151151

152152
sub table_head {
153-
print OUTPUT "<table border=1 align=center>\n";
153+
print OUTPUT "<table border=1>\n";
154154
print OUTPUT "<thead>";
155155
print OUTPUT "<tr align=center>";
156156
print OUTPUT "<th>Name";

0 commit comments

Comments
 (0)