fix HTML rendering of a table at start of itemization
svn: r10725
This commit is contained in:
parent
1a64ab3af4
commit
eff5666a39
|
@ -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"])]
|
||||
|
|
Loading…
Reference in New Issue
Block a user