Skip to content

Commit 017e424

Browse files
committed
[css2] Fixed markup bug
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40937
1 parent 23052a4 commit 017e424

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css2/tables.src

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: tables.src,v 2.8 1998-02-14 01:58:55 ijacobs Exp $ -->
3+
<!-- $Id: tables.src,v 2.9 1998-02-17 15:25:08 ijacobs Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
66
<title>Tables</title>
@@ -586,10 +586,10 @@ single horizontal and a single vertical spacing (see
586586
below). Example:</em></p>
587587

588588
<pre>
589-
&lt;TABLE>
589+
&lt;TABLE&gt;
590590
&lt;TR&gt;&lt;TD id=t1&gt; &lt;TD id=t2&gt;
591591
&lt;TR&gt;&lt;TD id=t3&gt; &lt;TD id=t4&gt;
592-
&lt;/TABLE>
592+
&lt;/TABLE&gt;
593593
</pre>
594594

595595
<p><em>If the style sheet says:</em>

0 commit comments

Comments
 (0)