Skip to content

Commit 9c1a248

Browse files
committed
[css2] Fixed doctype declaration
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40239
1 parent 12176cb commit 9c1a248

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/grammar.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//EN'>
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: grammar.src,v 1.9 1997-10-17 18:13:34 bbos Exp $ -->
3+
<!-- $Id: grammar.src,v 1.10 1997-10-20 03:01:00 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Appendix D: The grammar of CSS2</TITLE>

0 commit comments

Comments
 (0)