fix HTML rendering of a table at start of itemization
svn: r10725 original commit: eff5666a396e262a65b3bff053cdcf0f44952702
This commit is contained in:
parent
0a830f4c8f
commit
d76f2f52f7
|
@ -964,7 +964,7 @@
|
||||||
(loop (cdr ds) (cdr as) (cdr vas))))]))))
|
(loop (cdr ds) (cdr as) (cdr vas))))]))))
|
||||||
`((table ([cellspacing "0"]
|
`((table ([cellspacing "0"]
|
||||||
,@(if need-inline?
|
,@(if need-inline?
|
||||||
'([style "display: inline; vertical-align: top;"])
|
'([style "display: inline-table; vertical-align: text-top;"])
|
||||||
null)
|
null)
|
||||||
,@(case t-style
|
,@(case t-style
|
||||||
[(boxed) '([class "boxed"])]
|
[(boxed) '([class "boxed"])]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user