From b02d8af3051ac198bd93253514d91f27a367ae0c Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Mon, 7 Jan 2013 08:27:15 -0700 Subject: [PATCH] Fixing PR13409 --- collects/html/html.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/html/html.scrbl b/collects/html/html.scrbl index 89cd3e5446..df762d7888 100644 --- a/collects/html/html.scrbl +++ b/collects/html/html.scrbl @@ -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 other elements. For example, the top-level @racket[""] element may only contain a @racket[""] and @racket[""] - element. Defaults to @racket[#f]. + element. Defaults to @racket[#t]. } @section{Example}