fix image scaling in Scribble HTML output
svn: r13709 original commit: b5bc25915aa214a761ba6265eee56016218bdcac
This commit is contained in:
parent
5b6a24344f
commit
00623a67ae
|
@ -1011,8 +1011,8 @@
|
||||||
(if (path? p)
|
(if (path? p)
|
||||||
(url->string (path->url (path->complete-path p)))
|
(url->string (path->url (path->complete-path p)))
|
||||||
p))]
|
p))]
|
||||||
. ,(attribs))
|
,@(attribs)
|
||||||
,@sz)))]
|
,@sz))))]
|
||||||
[else (render*)])))
|
[else (render*)])))
|
||||||
|
|
||||||
(define/override (render-table t part ri need-inline?)
|
(define/override (render-table t part ri need-inline?)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user