Skip to content

Commit 21a362e

Browse files
committed
[css2] Fixed sgml bug
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40394
1 parent 76febc0 commit 21a362e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/visuren.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: visuren.src,v 1.37 1997-11-04 19:20:17 howcome Exp $ -->
3+
<!-- $Id: visuren.src,v 1.38 1997-11-05 15:34:29 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual rendering model</TITLE>
@@ -989,7 +989,7 @@ children. Thus, the following rules:
989989
#outer {color: red;}
990990
#inner {position: absolute; top: 200px; left: -100px; height:
991991
130px; width: 130px; color: blue;}
992-
<PRE>
992+
</PRE>
993993

994994
<P>and cause the <em>inner</em> box to be positioned with respect to
995995
the reference box (which we assume here is set on the root element

0 commit comments

Comments
 (0)