Solved problem with multiple nested quotations like in this image:
When more than two nested quotations is used, with original version text outside quotations also appeared as a part of first quotation. In image
Tekst 5 should be outside quote, but it isn't. Strange bug.
To avoid this, instead this template change:
HTML Code:
<div style="clear:left"/>
Use this template change:
HTML Code:
<div style="clear:left"></div>
First post is changed accordingly.