Fixing PR13409

This commit is contained in:
Jay McCarthy 2013-01-07 08:27:15 -07:00
parent 5e78aa7d9e
commit b02d8af305

View File

@ -39,7 +39,7 @@ Reads HTML from a port, producing an @xexpr compatible with the
with regards to what elements are allowed to be the children of with regards to what elements are allowed to be the children of
other elements. For example, the top-level @racket["<html>"] other elements. For example, the top-level @racket["<html>"]
element may only contain a @racket["<body>"] and @racket["<head>"] element may only contain a @racket["<body>"] and @racket["<head>"]
element. Defaults to @racket[#f]. element. Defaults to @racket[#t].
} }
@section{Example} @section{Example}