From 40f7314699a6e575d1af9fa5f38ce257c24b02b0 Mon Sep 17 00:00:00 2001 From: Michiel Nauta Date: Mon, 11 Apr 2011 17:01:23 +0000 Subject: [PATCH] 4426: Names under thumbnails in Gallery view in Narweb reports mis show characters & and ' svn: r17098 --- src/plugins/webreport/NarrativeWeb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index cf088f715..45f1e86e5 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -1511,7 +1511,7 @@ class BasePage(object): mime_type = photo.get_mime_type() # get media description - descr = html_escape( photo.get_description() ) + descr = photo.get_description() if mime_type: try: