fix image scaling in Scribble HTML output

svn: r13709

original commit: b5bc25915aa214a761ba6265eee56016218bdcac
This commit is contained in:
Matthew Flatt 2009-02-17 21:32:26 +00:00
parent 5b6a24344f
commit 00623a67ae

View File

@ -1011,8 +1011,8 @@
(if (path? p)
(url->string (path->url (path->complete-path p)))
p))]
. ,(attribs))
,@sz)))]
,@(attribs)
,@sz))))]
[else (render*)])))
(define/override (render-table t part ri need-inline?)