From b081c2012816c83c17dbfb5088c96b3c839b45ad Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Wed, 27 Apr 2011 20:44:21 +0100 Subject: [PATCH] Fix blank line --- openlp/core/lib/renderer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openlp/core/lib/renderer.py b/openlp/core/lib/renderer.py index a79006201..c2e64dadc 100644 --- a/openlp/core/lib/renderer.py +++ b/openlp/core/lib/renderer.py @@ -438,6 +438,7 @@ class Renderer(object): Split the slide up by physical line """ # this parse we do not want to use this so remove it + text = text.replace(u'\n[---]', u'') lines = text.split(u'\n') real_lines = [] for line in lines: