Skip to content

Commit 02fa15b

Browse files
committed
[css2] Fixed doc type
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40202
1 parent c3fcd92 commit 02fa15b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/tables.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<!doctype html public '-//W3C//DTD HTML 4.0 transitional//EN'>
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: tables.src,v 1.14 1997-09-30 18:35:43 bbos Exp $ -->
3+
<!-- $Id: tables.src,v 1.15 1997-10-02 16:20:31 ian Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
66
<title>Tables</title>

0 commit comments

Comments
 (0)