diff --git a/openlp/core/lib/renderer.py b/openlp/core/lib/renderer.py index f08ca38fa..68ca7f1a9 100644 --- a/openlp/core/lib/renderer.py +++ b/openlp/core/lib/renderer.py @@ -444,7 +444,7 @@ class Renderer(object): Tests the given text for not closed formatting tags and returns a tuple consisting of three unicode strings:: - (u'{st}{r}Text text text{/st}{/r}', u'{st}{r}', u' + (u'{st}{r}Text text text{/r}{/st}', u'{st}{r}', u' ') The first unicode string is the text, with correct closing tags. The