Hi Guys,
I am having a couple of issues with V 04.01.00 running on DNN 4.9.0.
If I create an ordered or unordered list on a wiki page, the wiki module appears to be adding in extra <br> tags everytime I save the page.
For example, if I create an ordered list with the following code in source view and save the page, it looks ok.
<ol>
<li>One</li>
<li>Two</li>
<li>Three</li>
<li>Four</li>
<li>Five</li>
<li>Six</li>
<li>Seven</li>
<li>Eight</li>
<li>Nine</li>
<li>Ten</li>
</ol>
If I edit the page and then resave the page (even if I did not actually make any changes), the code has been modified and I have this:
<ol>
<li>One</li><br> <br>
<li>Two</li><br> <br>
<li>Three</li><br> <br>
<li>Four</li><br> <br>
<li>Five</li><br> <br>
<li>Six</li><br> <br>
<li>Seven</li><br> <br>
<li>Eight</li><br> <br>
<li>Nine</li><br> <br>
<li>Ten</li><br> <br>
</ol>
Everytime I save the page I get more and more <BR> tags, this is crazy!
I have not noticed this sort of behaviour with the text/html control that is using the same editor. We are using the default FCK Editor on this site.
Has anyone noticed this sort of behaviour? Has anyone got any ideas on how to solve this?
Thanks,
Matt