From 00623a67aeb728d10784e65c763533c3cf91faef Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 17 Feb 2009 21:32:26 +0000 Subject: [PATCH] fix image scaling in Scribble HTML output svn: r13709 original commit: b5bc25915aa214a761ba6265eee56016218bdcac --- collects/scribble/html-render.ss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribble/html-render.ss b/collects/scribble/html-render.ss index d140e03e..e472fa42 100644 --- a/collects/scribble/html-render.ss +++ b/collects/scribble/html-render.ss @@ -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?)