From dc4aac224d2ee1f616c7b046efd3cbac25e14b3f Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 5 Jan 2009 10:13:18 +0000 Subject: [PATCH] 2htdp docs: no 'blockquote style svn: r13007 --- collects/teachpack/2htdp/scribblings/universe.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/teachpack/2htdp/scribblings/universe.scrbl b/collects/teachpack/2htdp/scribblings/universe.scrbl index e6485da455..b1c1c6b919 100644 --- a/collects/teachpack/2htdp/scribblings/universe.scrbl +++ b/collects/teachpack/2htdp/scribblings/universe.scrbl @@ -10,7 +10,7 @@ @(define (table* . stuff) ;; (list paragraph paragraph) *-> Table (define (flow* x) (make-flow (list x))) - (make-blockquote 'blockquote + (make-blockquote #f (list (make-table (make-with-attributes 'boxed '((cellspacing . "6")))