From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id XAA19818; Sat, 1 Mar 2003 23:35:58 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id XAA20440 for ; Sat, 1 Mar 2003 23:35:58 +0100 (MET) X-SPAM-Warning: Sending machine is listed in blackholes.five-ten-sg.com Received: from alan-schm1p.inria.fr (pool-151-197-121-70.phil.east.verizon.net [151.197.121.70]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id h21MZuT25862 for ; Sat, 1 Mar 2003 23:35:56 +0100 (MET) Received: by alan-schm1p.inria.fr (Postfix, from userid 501) id 24CBA45A9; Sat, 1 Mar 2003 17:36:52 -0500 (EST) Date: Sat, 1 Mar 2003 17:36:52 -0500 From: Alan Schmitt To: caml-list@inria.fr Subject: [Caml-list] bug in nethtml.ml Message-ID: <20030301223652.GB2091@alan-schm1p> Mail-Followup-To: caml-list@inria.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk I am sending this message to the caml mailing list as I did not see it appear in the archive of the ocamlnet-devel mailing list (sourceforge seems a bit broken) Hi, I just found a bug in nethtml.ml, and according to the cvs browser of sourceforge, it has not been fixed yet. Here is a cvs diff -d Index: nethtml.ml =================================================================== RCS file: /cvsroot/ocamlnet/ocamlnet/src/netstring/nethtml.ml,v retrieving revision 2.5 diff -u -p -r2.5 nethtml.ml --- nethtml.ml 6 Jul 2002 16:26:25 -0000 2.5 +++ nethtml.ml 28 Feb 2003 16:16:50 -0000 @@ -127,7 +127,7 @@ let html40_dtd = "sup"; "font"; "basefont"], `Inline )); (* other: *) - "dl", (`Block, `Elements ["dl"; "dd"]); + "dl", (`Block, `Elements ["dt"; "dd"]); "div", (`Block, `Flow); "noscript", (`Block, `Flow); "blockquote", (`Block, (`Block |. `Elements ["script"])); =================================================================== Alan -- The hacker: someone who figured things out and made something cool happen. ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners