From efaec2271cf74a54d78c3ef82c44616e2b9d3efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Charette?= Date: Sun, 28 Mar 2010 14:36:34 +0000 Subject: [PATCH] merged from 32: remove stray html on resized images svn: r14957 --- src/plugins/webreport/NarrativeWeb.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 82642a788..5766d9538 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -2699,9 +2699,6 @@ class MediaPage(BasePage): # TODO. Convert disk path to URL. url = self.report.build_url_fname(initial_image_path, None, self.up) - if initial_image_path != newpath: - scalemsg = Html("p", "(%d x %d)" % (width, height), inline = True) - summaryarea += scalemsg with Html("div", id="GalleryDisplay", style = 'width: %dpx; height: %dpx' % (new_width, new_height)) as mediadisplay: summaryarea += mediadisplay