I noticed after upgrading to Totara v1.0.7 that when i add in extra line breaks to topic summaries, labels, summaries, etc in courses they disapear when the changes are saved.
eg.
<h2>Heading 1</h2>
<p>this is paragraph 1 text</p>
<p></p>
<p></p>
<p></p>
<h2>Heading 2</h2>
<p>this is paragraph 2 text</p>
appears like
Heading 1
this is paragraph 1 text
Heading 2
this is paragraph 2 text
I even tried adding in <br> and <p> tags in the html code, but still doesn't display.
It even hapened when i tried to type it in this forum post. so i replaced the first example with html code...
how can i fix this?