Skip to content

Commit 7baeb5d

Browse files
committed
[css2] Minor DTD consistency issues
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402343
1 parent 83c0b8e commit 7baeb5d

4 files changed

Lines changed: 7 additions & 11 deletions

File tree

css2/about.src

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
<!doctype html public '-//W3C//DTD HTML 4.01//EN'
2-
'http://www.w3.org/TR/html4/strict.dtd'>
1+
<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'>
32

43
<html lang="en">
5-
<!-- $Id: about.src,v 2.63 2005-08-27 09:55:02 ihickson Exp $ -->
4+
<!-- $Id: about.src,v 2.64 2005-08-27 10:17:51 ihickson Exp $ -->
65
<HEAD>
76
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
87
<TITLE>About the CSS&nbsp;2.1 Specification</TITLE>

css2/aural.src

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
<!doctype html public '-//W3C//DTD HTML 4.01//EN'
2-
'http://www.w3.org/TR/html4/strict.dtd'>
1+
<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'>
32

43
<html lang="en">
5-
<!-- $Id: aural.src,v 2.47 2005-08-27 09:25:58 ihickson Exp $ -->
4+
<!-- $Id: aural.src,v 2.48 2005-08-27 10:17:51 ihickson Exp $ -->
65
<HEAD>
76
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
87
<TITLE>Aural style sheets</TITLE>

css2/box.src

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
<!doctype html public '-//W3C//DTD HTML 4.01//EN'
2-
'http://www.w3.org/TR/html4/strict.dtd'>
1+
<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'>
32

43
<html lang="en">
5-
<!-- $Id: box.src,v 1.60 2005-08-27 09:25:58 ihickson Exp $ -->
4+
<!-- $Id: box.src,v 1.61 2005-08-27 10:17:51 ihickson Exp $ -->
65
<HEAD>
76
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
87
<TITLE>Box model</TITLE>

css2/cover.src

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2-
"http://www.w3.org/TR/html4/strict.dtd">
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
32

43
<html lang="en">
54

0 commit comments

Comments
 (0)