Skip to content

Commit ea80606

Browse files
committed
[css2] Fix of minor fictional tag sequence example bug
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401740
1 parent 51be219 commit ea80606

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css2/selector.src

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN'>
22
<html lang="en">
3-
<!-- $Id: selector.src,v 2.54 1998-05-12 12:45:09 bbos Exp $ -->
3+
<!-- $Id: selector.src,v 2.55 1998-09-28 23:26:59 ijacobs Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Selectors</title>
7+
<!-- Changed by: Ian B. Jacobs, 28-Sep-1998 -->
78
</head>
89
<body>
910
<h1 align="center">Selectors</h1>
@@ -971,7 +972,7 @@ to show how properties are inherited.
971972

972973
<pre>
973974
&lt;P&gt;<b>&lt;P:first-line&gt;</b> This is a somewhat long HTML
974-
paragraph that will <b>&lt;/P:first-line&gt;</b> be broken into several
975+
paragraph that <b>&lt;/P:first-line&gt;</b> will be broken into several
975976
lines. The first line will be identified
976977
by a fictional tag sequence. The other lines
977978
will be treated as ordinary lines in the

0 commit comments

Comments
 (0)