From 93c87c396bd2f22d851a7775799a4fb61d73023d Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sun, 29 Aug 2010 15:42:47 +0100 Subject: [PATCH] add space --- openlp/core/lib/htmlbuilder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/lib/htmlbuilder.py b/openlp/core/lib/htmlbuilder.py index ab88da3a5..332d23844 100644 --- a/openlp/core/lib/htmlbuilder.py +++ b/openlp/core/lib/htmlbuilder.py @@ -312,7 +312,7 @@ def build_html(item, screen, alert, islive): build_alert(alert, width), build_footer(item), build_lyrics(item), - u'true' if theme and theme.display_slideTransition and islive\ + u'true' if theme and theme.display_slideTransition and islive \ else u'false', image) return html