← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~googol/openlp/bug-885874 into lp:openlp

 

The proposal to merge lp:~googol/openlp/bug-885874 into lp:openlp has been updated.

Description changed to:

Hello,

- fixed bug 885874 (Song with mis matched formatting tags abends on render)
- fixed one extra new lines added before and after an optional break
1. Export a song containing [---]
2. Import the song again.
Result: A newline before and after [---] have been added.

NOTE: I am aware of the fact, that a similar function like the one I have added already exists in the renderer (in fact I copied it and modified it). But they still do different things.

NOTE2:
When you export a song with a optional split and formatting tags and import the song it will not look the same!

Before the export it will look like this:
   {o}bla
   [---]
   bla{o}

And after the export it will look like:
   {o}bla{/o}
   [---]
   {o}bla{/o}

For more details, see:
https://code.launchpad.net/~googol/openlp/bug-885874/+merge/104837
-- 
https://code.launchpad.net/~googol/openlp/bug-885874/+merge/104837
Your team OpenLP Core is requested to review the proposed merge of lp:~googol/openlp/bug-885874 into lp:openlp.


References