Skip to content

Commit da5b2e9

Browse files
committed
[css2] One typo.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401280
1 parent 00c82c3 commit da5b2e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/selector.src

Lines changed: 2 additions & 2 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: selector.src,v 2.31 1998-03-17 08:04:36 ijacobs Exp $ -->
3+
<!-- $Id: selector.src,v 2.32 1998-03-20 19:24:06 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Selectors</title>
@@ -973,7 +973,7 @@ that is either in French or German, or a combination of those:</p>
973973
HTML:lang(fr) {quotes: "�" "�" "\2039" "\203A" "\201C" "\201D"}
974974
HTML:lang(de) {quotes: "�" "�" "\203A" "\2039" "\201E" "\201D"}
975975
[LANG|=fr] > * {quotes: "�" "�" "\2039" "\203A" "\201C" "\201D"}
976-
[LANG|=de} > * {quotes: "�" "�" "\203A" "\2039" "\201E" "\201D"}
976+
[LANG|=de] > * {quotes: "�" "�" "\203A" "\2039" "\201E" "\201D"}
977977
</pre>
978978

979979
<p>The second pair of rules actually set the <span

0 commit comments

Comments
 (0)