From d76f2f52f7697a38df6db585565f3f7471d10bce Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 12 Jul 2008 12:28:05 +0000 Subject: [PATCH] fix HTML rendering of a table at start of itemization svn: r10725 original commit: eff5666a396e262a65b3bff053cdcf0f44952702 --- collects/scribble/html-render.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribble/html-render.ss b/collects/scribble/html-render.ss index 99489ed8..77b6f15a 100644 --- a/collects/scribble/html-render.ss +++ b/collects/scribble/html-render.ss @@ -964,7 +964,7 @@ (loop (cdr ds) (cdr as) (cdr vas))))])))) `((table ([cellspacing "0"] ,@(if need-inline? - '([style "display: inline; vertical-align: top;"]) + '([style "display: inline-table; vertical-align: text-top;"]) null) ,@(case t-style [(boxed) '([class "boxed"])]