From 9aa00be403324c70d9cdf53854bc6c957b9b9a07 Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Mon, 13 Sep 2010 18:11:21 +0000 Subject: [PATCH] 3875: [NarWeb] no more caption text for images in Source gallery svn: r15891 --- src/plugins/webreport/NarrativeWeb.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 2c0ebc49d..b0751efb4 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -1529,7 +1529,8 @@ class BasePage(object): newpath = newpath.replace('\\',"/") # begin hyperlink - section += self.media_link(photo_handle, newpath, descr, True, False) + section += self.media_link(photo_handle, newpath, descr, + True, True) except (IOError, OSError), msg: WarningDialog(_("Could not add photo to page"), str(msg))