In one site I use the free version of Gtranslate with "on the fly" translation.
I have a problem in my html because the script translate perfectly the text but when it find the <br> it seems doesn't recognizes it and "compact" the text without doing a newline.
If I replace in my html all the <br> with <p></p> then the script works well and the text go normally in a newline.
I can't change all my html page code, any idea how can I solve it?
Regards